Add debugger.

This commit is contained in:
Dan Chadwick
2024-10-29 08:46:19 -04:00
parent 7623c0265c
commit 63ae70fc67
3 changed files with 47 additions and 36 deletions

View File

@@ -8,5 +8,6 @@ return {
},
config = function()
vim.keymap.set("n", "<C-n>", ':Neotree filesystem reveal left<CR>', {})
vim.keymap.set("n", "<C-e>", ':Neotree position=current<CR>', {})
end
}