aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-01-11 21:37:54 +0200
committersrdusr <trevorgray@srdusr.com>2023-01-11 21:37:54 +0200
commitb06c6316ee3ac674e32eacf6355710b78ae6b587 (patch)
tree80455077cbcaa9757017b46bb91f1856433be272 /lua
parentc8c2ef6314368bb20dff530582aba85169ab024f (diff)
downloaddotfiles-b06c6316ee3ac674e32eacf6355710b78ae6b587.tar.gz
dotfiles-b06c6316ee3ac674e32eacf6355710b78ae6b587.zip
Add how to find mappings/default mappings
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins/nvim-tree.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins/nvim-tree.lua b/lua/plugins/nvim-tree.lua
index df4e282..c950357 100644
--- a/lua/plugins/nvim-tree.lua
+++ b/lua/plugins/nvim-tree.lua
@@ -10,6 +10,9 @@ end
local tree_cb = nvim_tree_config.nvim_tree_callback
+-- To see mappings `g?` on nvim-tree
+-- To see default mappings `:nvim-tree-default-mappings`
+
nvim_tree.setup({
update_focused_file = {
enable = true,