mirror of
https://github.com/tomru/nvim.git
synced 2026-03-04 15:07:16 +01:00
try blink.nvim instead of nvim-cmp
This commit is contained in:
@@ -8,10 +8,10 @@ return {
|
||||
panel = { enabled = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
'zbirenbaum/copilot-cmp',
|
||||
config = function()
|
||||
require('copilot_cmp').setup()
|
||||
end,
|
||||
},
|
||||
-- {
|
||||
-- 'zbirenbaum/copilot-cmp',
|
||||
-- config = function()
|
||||
-- require('copilot_cmp').setup()
|
||||
-- end,
|
||||
-- },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user