1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Watch filesystem changes

This commit is contained in:
Mo 2022-07-26 03:03:56 +02:00
parent dbcf195bec
commit 3dc214df68

View file

@ -14,4 +14,7 @@ require("nvim-tree").setup({
trash = { trash = {
require_confirm = false, require_confirm = false,
}, },
filesystem_watchers = {
enable = true,
},
}) })