chore: leave netrw enabled by default but still hijack it

This commit is contained in:
kiyan
2022-02-16 20:43:41 +01:00
parent 5a6fd49ee5
commit bf697d782d
3 changed files with 4 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ highlight NvimTreeFolderIcon guibg=blue
-- following options are the default
-- each of these are documented in `:help nvim-tree.OPTION_NAME`
require'nvim-tree'.setup {
disable_netrw = true,
disable_netrw = false,
hijack_netrw = true,
open_on_setup = false,
ignore_ft_on_setup = {},