feat(nvim): Autorefresh file tree

This commit is contained in:
Price Hiller 2022-05-06 14:18:14 -05:00
parent 9acb866b8a
commit 7ade5f98e0

View File

@ -1,4 +1,6 @@
local neotree = require("neo-tree")
vim.g.neo_tree_remove_legacy_commands = 1
neotree.setup({})
neotree.setup({
use_libuv_file_watcher = true
})