fix(nvim) drop a removed option of NvimTree
This commit is contained in:
parent
fe99f1126a
commit
178f667f85
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ vim.cmd [[
|
||||||
-- each of these are documented in `:help nvim-tree.OPTION_NAME`
|
-- each of these are documented in `:help nvim-tree.OPTION_NAME`
|
||||||
require('nvim-tree').setup {
|
require('nvim-tree').setup {
|
||||||
hijack_netrw = true,
|
hijack_netrw = true,
|
||||||
auto_close = true,
|
|
||||||
auto_reload_on_write = true,
|
auto_reload_on_write = true,
|
||||||
open_on_tab = false,
|
open_on_tab = false,
|
||||||
hijack_cursor = false,
|
hijack_cursor = false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue