deactivated copilot
This commit is contained in:
parent
fe9096d0c1
commit
6f87b9fe31
2
init.lua
2
init.lua
|
|
@ -970,6 +970,7 @@ require('lazy').setup({
|
||||||
-- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects
|
-- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects
|
||||||
},
|
},
|
||||||
|
|
||||||
|
--[[
|
||||||
{ -- Integrated Github Copilot
|
{ -- Integrated Github Copilot
|
||||||
'github/copilot.vim',
|
'github/copilot.vim',
|
||||||
cmd = 'Copilot',
|
cmd = 'Copilot',
|
||||||
|
|
@ -981,6 +982,7 @@ require('lazy').setup({
|
||||||
vim.api.nvim_set_keymap('i', '<C-J>', 'copilot#Accept("<CR>")', { silent = true, expr = true })
|
vim.api.nvim_set_keymap('i', '<C-J>', 'copilot#Accept("<CR>")', { silent = true, expr = true })
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
]]--
|
||||||
|
|
||||||
-- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the
|
-- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the
|
||||||
-- init.lua. If you want these files, they are in the repository, so you can just download them and
|
-- init.lua. If you want these files, they are in the repository, so you can just download them and
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue