adding new ai
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
return {
|
||||
"github/copilot.vim",
|
||||
lazy = false, -- Force load on startup
|
||||
enabled = false,
|
||||
config = function()
|
||||
vim.g.copilot_no_tab_map = true -- Disable default Tab mapping
|
||||
vim.api.nvim_set_keymap("i", "<C-l>", 'copilot#Accept("<CR>")', { expr = true, silent = true })
|
||||
|
||||
Reference in New Issue
Block a user