many changes
This commit is contained in:
parent
972084cd65
commit
982a12ba08
13 changed files with 492 additions and 56 deletions
|
|
@ -1,2 +1,2 @@
|
|||
vim.api.nvim_set_keymap('i', '<M-CR>', 'copilot#Accept("<CR>")', { expr=true, noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('i', '<C-J>', 'copilot#Accept("<CR>")', { expr=true, noremap = true, silent = true })
|
||||
vim.g.copilot_no_tab_map = true
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
copilot-vim
|
||||
copilot-lua
|
||||
copilot-cmp
|
||||
CopilotChat-nvim
|
||||
# CopilotChat-nvim
|
||||
dracula-vim
|
||||
friendly-snippets
|
||||
gitsigns-nvim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue