change super maven for copilot
This commit is contained in:
parent
74683069bc
commit
15503506e2
13
init.lua
13
init.lua
|
@ -331,11 +331,14 @@ require('lazy').setup({
|
||||||
-- you do for a plugin at the top level, you can do for a dependency.
|
-- you do for a plugin at the top level, you can do for a dependency.
|
||||||
--
|
--
|
||||||
-- Use the `dependencies` key to specify the dependencies of a particular plugin
|
-- Use the `dependencies` key to specify the dependencies of a particular plugin
|
||||||
|
-- {
|
||||||
|
-- 'supermaven-inc/supermaven-nvim',
|
||||||
|
-- config = function()
|
||||||
|
-- require('supermaven-nvim').setup {}
|
||||||
|
-- end,
|
||||||
|
-- },
|
||||||
{
|
{
|
||||||
'supermaven-inc/supermaven-nvim',
|
'github/copilot.vim',
|
||||||
config = function()
|
|
||||||
require('supermaven-nvim').setup {}
|
|
||||||
end,
|
|
||||||
},
|
},
|
||||||
{ -- Fuzzy Finder (files, lsp, etc)
|
{ -- Fuzzy Finder (files, lsp, etc)
|
||||||
'nvim-telescope/telescope.nvim',
|
'nvim-telescope/telescope.nvim',
|
||||||
|
@ -828,7 +831,7 @@ require('lazy').setup({
|
||||||
{ name = 'path' },
|
{ name = 'path' },
|
||||||
{ name = 'gopls' },
|
{ name = 'gopls' },
|
||||||
{ name = 'rust_analyzer' },
|
{ name = 'rust_analyzer' },
|
||||||
{ name = 'supermaven' },
|
-- { name = 'supermaven' },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in New Issue