aboutsummaryrefslogtreecommitdiff
path: root/lua/user/nvimtree.lua
diff options
context:
space:
mode:
authorFranciszek Malinka <franciszek.malinka@gmail.com>2022-06-07 18:46:57 +0200
committerFranciszek Malinka <franciszek.malinka@gmail.com>2022-06-07 18:46:57 +0200
commit7e4298b9bbc2699433106a24251c8bea58ef0773 (patch)
treea53c7d86a096f8db0552e01bf7deb8371c438875 /lua/user/nvimtree.lua
parent319440802fe48f7526f5d2b40239e1e6b9ae9db7 (diff)
Some updates
Diffstat (limited to 'lua/user/nvimtree.lua')
-rw-r--r--lua/user/nvimtree.lua32
1 files changed, 16 insertions, 16 deletions
diff --git a/lua/user/nvimtree.lua b/lua/user/nvimtree.lua
index a9c46c9..9e66654 100644
--- a/lua/user/nvimtree.lua
+++ b/lua/user/nvimtree.lua
@@ -42,10 +42,10 @@ nvim_tree.setup {
open_on_tab = false,
hijack_cursor = false,
update_cwd = true,
- update_to_buf_dir = {
- enable = true,
- auto_open = true,
- },
+ -- update_to_buf_dir = {
+ -- enable = true,
+ -- auto_open = true,
+ -- },
diagnostics = {
enable = true,
icons = {
@@ -70,7 +70,7 @@ nvim_tree.setup {
height = 30,
hide_root_folder = false,
side = "left",
- auto_resize = true,
+ -- auto_resize = true,
mappings = {
custom_only = false,
list = {
@@ -82,15 +82,15 @@ nvim_tree.setup {
number = false,
relativenumber = false,
},
- quit_on_open = 0,
- git_hl = 1,
- disable_window_picker = 0,
- root_folder_modifier = ":t",
- show_icons = {
- git = 1,
- folders = 1,
- files = 1,
- folder_arrows = 1,
- tree_width = 30,
- },
+ -- quit_on_open = 0,
+ -- git_hl = 1,
+ -- disable_window_picker = 0,
+ -- root_folder_modifier = ":t",
+ -- show_icons = {
+ -- git = 1,
+ -- folders = 1,
+ -- files = 1,
+ -- folder_arrows = 1,
+ -- tree_width = 30,
+ -- },
}