Copilot keymaps and Nvimtree width config change

This commit is contained in:
Juan Magalhães 2023-11-20 12:53:22 -03:00
parent 01b5955af8
commit d1ea398465
2 changed files with 5 additions and 5 deletions

View File

@ -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>",
},
},
})

View File

@ -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,