Fix | Update nvim-tree configuration
This commit is contained in:
parent
e23fff9b7d
commit
9897c9665a
@ -2,13 +2,13 @@
|
||||
-- each of these are documented in `:help nvim-tree.OPTION_NAME`
|
||||
require'nvim-tree'.setup {
|
||||
disable_netrw = true,
|
||||
hijack_netrw = true,
|
||||
open_on_setup = false,
|
||||
ignore_ft_on_setup = {},
|
||||
open_on_tab = true,
|
||||
hijack_cursor = true,
|
||||
hijack_directories = {enable = true, auto_open = true},
|
||||
hijack_netrw = true,
|
||||
update_cwd = true,
|
||||
update_to_buf_dir = {enable = true, auto_open = true},
|
||||
diagnostics = {
|
||||
enable = true,
|
||||
icons = {hint = "", info = "", warning = "", error = ""}
|
||||
|
Loading…
Reference in New Issue
Block a user