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, auto_trigger = true,
accept = false, -- disable built-in keymapping accept = false, -- disable built-in keymapping
keymap = { keymap = {
accept = "<C-Enter>", accept = "<C-l>",
next = "<C-n>", next = "<C-k>",
prev = "<C-p>", prev = "<C-j>",
-- dismiss = "<ESC>", dismiss = "<C-h>",
}, },
}, },
}) })

View File

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