diff options
Diffstat (limited to 'fnl/plugins/editor/neo-tree.fnl')
-rw-r--r-- | fnl/plugins/editor/neo-tree.fnl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fnl/plugins/editor/neo-tree.fnl b/fnl/plugins/editor/neo-tree.fnl index b515609..725049b 100644 --- a/fnl/plugins/editor/neo-tree.fnl +++ b/fnl/plugins/editor/neo-tree.fnl @@ -1,7 +1,5 @@ ;; File manager. -(local icons (require :plugins.icons)) - (fn init [] (set vim.g.neo_tree_remove_legacy_commands 1) (if (= (vim.fn.argc) 1) |