🔧 Updated nvim tree config
This commit is contained in:
parent
43695ea6ab
commit
11d9e11149
1 changed files with 6 additions and 10 deletions
|
|
@ -7,9 +7,6 @@ require("nvim-tree").setup({ -- BEGIN_DEFAULT_OPTS
|
|||
hijack_cursor = false,
|
||||
hijack_netrw = true,
|
||||
hijack_unnamed_buffer_when_opening = false,
|
||||
ignore_buffer_on_setup = false,
|
||||
open_on_setup = false,
|
||||
open_on_setup_file = false,
|
||||
open_on_tab = false,
|
||||
sort_by = "name",
|
||||
update_cwd = false,
|
||||
|
|
@ -21,12 +18,12 @@ require("nvim-tree").setup({ -- BEGIN_DEFAULT_OPTS
|
|||
number = false,
|
||||
relativenumber = false,
|
||||
signcolumn = "yes",
|
||||
mappings = {
|
||||
custom_only = false,
|
||||
list = {
|
||||
-- user mappings go here
|
||||
},
|
||||
},
|
||||
-- mappings = {
|
||||
-- custom_only = false,
|
||||
-- list = {
|
||||
-- user mappings go here
|
||||
-- },
|
||||
-- },
|
||||
},
|
||||
renderer = {
|
||||
indent_markers = {
|
||||
|
|
@ -50,7 +47,6 @@ require("nvim-tree").setup({ -- BEGIN_DEFAULT_OPTS
|
|||
update_cwd = false,
|
||||
ignore_list = {},
|
||||
},
|
||||
ignore_ft_on_setup = {},
|
||||
system_open = {
|
||||
cmd = nil,
|
||||
args = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue