disable copilot on startup
This commit is contained in:
parent
a465785583
commit
2044bb9449
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ return {
|
|||
"github/copilot.vim",
|
||||
lazy = false,
|
||||
config = function()
|
||||
vim.g.copilot_enabled = false
|
||||
vim.g.copilot_no_tab_map = true
|
||||
vim.keymap.set('i', '<C-l>', 'copilot#Accept("\\<CR>")', {
|
||||
expr = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue