Copilot keymaps and Nvimtree width config change

pull/1479/head
Juan Magalhães 2 years ago
parent 01b5955af8
commit d1ea398465

@ -16,10 +16,10 @@ return {
auto_trigger = true,
accept = false, -- disable built-in keymapping
keymap = {
accept = "<C-Enter>",
next = "<C-n>",
prev = "<C-p>",
-- dismiss = "<ESC>",
accept = "<C-l>",
next = "<C-k>",
prev = "<C-j>",
dismiss = "<C-h>",
},
},
})

@ -19,7 +19,7 @@ return function()
-- TODO uncomment this in a version that it actually works
-- on_attach = on_attach
view = {
width = 40,
width = 45,
},
filters = {
dotfiles = false,

Loading…
Cancel
Save