diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-19 00:07:09 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-19 00:07:09 +0200 |
commit | a31763e20f8399fe6a8126b2f8901b6185eea4cb (patch) | |
tree | 33f981e4f16157836f74cbcc86a9daa91af3fd9d | |
parent | 2646fe374a65bed8f05219fa19aee90f52e69e1f (diff) |
Add auto update for nvim-tree
-rw-r--r-- | fnl/config/nvim-tree.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/config/nvim-tree.fnl b/fnl/config/nvim-tree.fnl index 7ae7d7a..b238054 100644 --- a/fnl/config/nvim-tree.fnl +++ b/fnl/config/nvim-tree.fnl @@ -8,6 +8,7 @@ :disable_netrw false :hijack_cursor false :hijack_netrw true + :filesystem_watchers {:enable true :interval 100} :hijack_unnamed_buffer_when_opening false :ignore_buffer_on_setup false :open_on_setup false |