Skip to content

Commit 73cfca2

Browse files
Disable filesystem watchers in nvim-tree
See nvim-tree/nvim-tree.lua#2997
1 parent 11c142c commit 73cfca2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/home-manager/nvim/lua/plugins/nvim-tree.lua

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ return {
1717
filters = {
1818
custom = { "^.git$" },
1919
},
20+
filesystem_watchers = {
21+
enable = false,
22+
},
2023
hijack_cursor = true,
2124
on_attach = function(buffer)
2225
local api = require("nvim-tree.api")

0 commit comments

Comments
 (0)