add tmux plugin
This commit is contained in:
parent
9225d6e39b
commit
3e941e88b0
3 changed files with 15 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
return {
|
||||
"github/copilot.vim"
|
||||
"github/copilot.vim",
|
||||
config = function()
|
||||
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