Add keymapping to nvim-tree

This commit is contained in:
smashblu 2024-10-08 11:51:38 -07:00
parent aee634c598
commit 45f263d208
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
vim.keymap.set('n', '<leader>o', vim.cmd.NvimTreeOpen, { desc = '[Open] file tree' })
return { return {
'nvim-tree/nvim-tree.lua', 'nvim-tree/nvim-tree.lua',
version = '*', version = '*',