Add neotree config

This commit is contained in:
Christopher Williams 2024-04-21 19:57:54 -04:00
parent b662d7b6f7
commit 93c56cd43d
1 changed files with 3 additions and 0 deletions

View File

@ -122,3 +122,6 @@ vim.keymap.set('v', '<A-k>', ':MoveBlock(-1)<CR>', opts)
vim.keymap.set('v', '<A-h>', ':MoveHBlock(-1)<CR>', opts)
vim.keymap.set('v', '<A-l>', ':MoveHBlock(1)<CR>', opts)
-- neotree
vim.keymap.set('n', '<C-n>', ':Neotree toggle=true %:p:h:h %:p<CR>', { noremap = true, silent = true })