From 90378c1a7531dde3b9c1d73e13236a893d95c237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Kmie=C4=87?= Date: Tue, 9 May 2023 23:20:03 +0200 Subject: [PATCH] Nvim: update plugins config to 0.10.0 version --- .config/nvim/lua/plugins/nvim-tree.lua | 2 +- .config/nvim/lua/plugins/treesitter.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",