diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-01-22 23:59:49 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-01-22 23:59:49 +0200 |
| commit | dac9bf1c1349e36b1505ec76cc9a27483260c6be (patch) | |
| tree | f45f52400fbdaf88ecc41072e8d70fb9e53d0020 /lua/plugins/nvim-tree.lua | |
| parent | 7d9fff34ac445f6c34711c5b62732ff8a9163237 (diff) | |
| download | dotfiles-dac9bf1c1349e36b1505ec76cc9a27483260c6be.tar.gz dotfiles-dac9bf1c1349e36b1505ec76cc9a27483260c6be.zip | |
Squashed '.config/nvim/' changes from 52469dc..e18107b
e18107b Changed colorscheme
cb3bbf6 Add zsh own icon
b94e51d Add wezterm to config find function
e564f7b Comment out text width setting
9c8462c Add how to find mappings/default mappings
486b7f9 Allowed searching of gitignore private notes
git-subtree-dir: .config/nvim
git-subtree-split: e18107bd533a17c8a3b37fe3fc6b0b5d17d4bd30
Diffstat (limited to 'lua/plugins/nvim-tree.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, |
