fix(nvim) drop a removed option of NvimTree

This commit is contained in:
Bruno Carlin 2022-03-30 10:48:26 +02:00
parent fe99f1126a
commit 178f667f85

View file

@ -64,7 +64,6 @@ vim.cmd [[
-- each of these are documented in `:help nvim-tree.OPTION_NAME`
require('nvim-tree').setup {
hijack_netrw = true,
auto_close = true,
auto_reload_on_write = true,
open_on_tab = false,
hijack_cursor = false,