1return { 2 "supermaven-inc/supermaven-nvim", 3 enabled = false, 4 config = function() 5 require("supermaven-nvim").setup({}) 6 end, 7}