diff options
| -rw-r--r-- | fnl/config/nvim-tree.fnl | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/nvim-tree.fnl b/fnl/config/nvim-tree.fnl index 9e0945f..eb579f7 100644 --- a/fnl/config/nvim-tree.fnl +++ b/fnl/config/nvim-tree.fnl @@ -24,7 +24,7 @@  (let [nvim-tree (util.load-plugin :nvim-tree)        nvim-tree-config (util.load-plugin :nvim-tree.config)] -  (let [tree-cb nvim_tree_config.nvim_tree_callback] +  (let [tree-cb nvim-tree-config.nvim_tree_callback]      (nvim-tree.setup         {:auto_reload_on_write true         :disable_netrw false  |