adding new ai

This commit is contained in:
Carlos
2025-04-10 08:24:30 -04:00
parent ae0acb574c
commit f561b16806
2 changed files with 56 additions and 0 deletions

View File

@@ -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 })