diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-01-11 21:37:54 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-01-11 21:37:54 +0200 |
| commit | b06c6316ee3ac674e32eacf6355710b78ae6b587 (patch) | |
| tree | 80455077cbcaa9757017b46bb91f1856433be272 /lua | |
| parent | c8c2ef6314368bb20dff530582aba85169ab024f (diff) | |
| download | dotfiles-b06c6316ee3ac674e32eacf6355710b78ae6b587.tar.gz dotfiles-b06c6316ee3ac674e32eacf6355710b78ae6b587.zip | |
Add how to find mappings/default mappings
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/nvim-tree.lua | 3 |
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, |
