update preferences
This commit is contained in:
parent
27968559d8
commit
e8882f8764
4 changed files with 43 additions and 7 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue