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

@@ -273,7 +273,7 @@ local function setup_autocommands(opts)
end
local DEFAULT_OPTS = {
disable_netrw = true,
disable_netrw = false,
hijack_netrw = true,
open_on_setup = false,
open_on_tab = false,