remove nvim plugin copilot

This commit is contained in:
jay 2023-11-11 21:40:44 +08:00
parent cf35805f68
commit 0b612782bf
1 changed files with 0 additions and 10 deletions

View File

@ -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",