diff --git a/.config/nvim/lua/plugins/nvim-tree.lua b/.config/nvim/lua/plugins/nvim-tree.lua index 151d2de..f84be03 100644 --- a/.config/nvim/lua/plugins/nvim-tree.lua +++ b/.config/nvim/lua/plugins/nvim-tree.lua @@ -53,7 +53,6 @@ return { }, view = { width = 35, - hide_root_folder = true, side = 'left', mappings = { custom_only = false, @@ -82,6 +81,7 @@ return { }, }, renderer = { + root_folder_label = false, indent_markers = { enable = true -- this option shows indent markers when folders are open }, diff --git a/.config/nvim/lua/plugins/treesitter.lua b/.config/nvim/lua/plugins/treesitter.lua index 440978c..fb4ac06 100644 --- a/.config/nvim/lua/plugins/treesitter.lua +++ b/.config/nvim/lua/plugins/treesitter.lua @@ -39,7 +39,7 @@ return { "gitattributes", "gitcommit", "gitignore", - "help", + "vimdoc", "http", "ini", "jq",