update preferences

This commit is contained in:
H2Shami 2025-03-14 15:25:41 -07:00
parent 27968559d8
commit e8882f8764
4 changed files with 43 additions and 7 deletions

View file

@ -4,10 +4,10 @@
-- See the kickstart.nvim README for more information
return {
-- Github Copilot
'github/copilot.vim',
config = function()
vim.g.copilot_assume_mapped = true
vim.g.copilot_no_tab_map = true
vim.api.nvim_set_keymap('i', '<C-J>', 'copilot#Accept("<CR>")', { silent = true, expr = true })
end,
-- 'github/copilot.vim',
-- config = function()
-- vim.g.copilot_assume_mapped = true
-- vim.g.copilot_no_tab_map = true
-- vim.api.nvim_set_keymap('i', '<C-J>', 'copilot#Accept("<CR>")', { silent = true, expr = true })
-- end,
}