From 1f5fd93f807e5fd70f29569dd4160ffbd3c282d6 Mon Sep 17 00:00:00 2001 From: chaeing Date: Fri, 16 Jul 2021 23:42:55 -0700 Subject: [Refactor] nvimtree to be configurable (#970) * Refactor nvimtree to be configurable * Correct the location of .stylua.toml in Contrib.md Co-authored-by: Christian Chiarulli --- utils/installer/lv-config.example-no-ts.lua | 3 ++- utils/installer/lv-config.example.lua | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'utils/installer') diff --git a/utils/installer/lv-config.example-no-ts.lua b/utils/installer/lv-config.example-no-ts.lua index f06189cc..4f4cf365 100644 --- a/utils/installer/lv-config.example-no-ts.lua +++ b/utils/installer/lv-config.example-no-ts.lua @@ -14,7 +14,6 @@ O.format_on_save = true O.lint_on_save = true O.completion.autocomplete = true O.colorscheme = "spacegray" -O.auto_close_tree = 0 O.default_options.wrap = true O.default_options.timeoutlen = 100 O.leader_key = " " @@ -25,6 +24,8 @@ O.plugin.dashboard.active = true O.plugin.terminal.active = true O.plugin.zen.active = false O.plugin.zen.window.height = 0.90 +O.plugin.nvimtree.side = "left" +O.plugin.nvimtree.show_icons.git = 0 -- if you don't want all the parsers change this to a table of the ones you want O.treesitter.ensure_installed = {} diff --git a/utils/installer/lv-config.example.lua b/utils/installer/lv-config.example.lua index cbc495e8..b08be95a 100644 --- a/utils/installer/lv-config.example.lua +++ b/utils/installer/lv-config.example.lua @@ -14,7 +14,6 @@ O.format_on_save = true O.lint_on_save = true O.completion.autocomplete = true O.colorscheme = "spacegray" -O.auto_close_tree = 0 O.default_options.wrap = true O.default_options.timeoutlen = 100 O.leader_key = " " @@ -25,6 +24,8 @@ O.plugin.dashboard.active = true O.plugin.terminal.active = true O.plugin.zen.active = false O.plugin.zen.window.height = 0.90 +O.plugin.nvimtree.side = "left" +O.plugin.nvimtree.show_icons.git = 0 -- if you don't want all the parsers change this to a table of the ones you want O.treesitter.ensure_installed = "maintained" -- cgit v1.2.3