neovim: Enable filesystem watcher

This commit is contained in:
Peter Cai 2022-08-16 22:31:24 -04:00
parent f7495a6373
commit 190c3559e4

View file

@ -66,6 +66,9 @@ return require('packer').startup({function(use)
position = "left", position = "left",
width = 36, width = 36,
}, },
filesystem = {
use_libuv_file_watcher = true,
},
}) })
require("neo-tree.sources.manager").show("filesystem") require("neo-tree.sources.manager").show("filesystem")
end, end,