We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee634c commit 45f263dCopy full SHA for 45f263d
lua/custom/plugins/nvim-tree.lua
@@ -1,3 +1,4 @@
1
+vim.keymap.set('n', '<leader>o', vim.cmd.NvimTreeOpen, { desc = '[Open] file tree' })
2
return {
3
'nvim-tree/nvim-tree.lua',
4
version = '*',
0 commit comments