remove nvim plugin copilot
This commit is contained in:
parent
cf35805f68
commit
0b612782bf
@ -108,16 +108,6 @@ return {
|
||||
},
|
||||
"vim-scripts/TaskList.vim",
|
||||
"google/vim-jsonnet",
|
||||
{
|
||||
"github/copilot.vim",
|
||||
keys = {
|
||||
{'<c-j>', 'copilot#Accept("<CR>")', mode = 'i', silent = true, expr = true, noremap = true, replace_keycodes = false},
|
||||
},
|
||||
lazy = false,
|
||||
init = function ()
|
||||
vim.g.copilot_no_tab_map = true
|
||||
end
|
||||
},
|
||||
|
||||
-- temp plugins
|
||||
"elkowar/yuck.vim",
|
||||
|
Loading…
Reference in New Issue
Block a user