diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-06-09 19:31:57 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-06-09 19:31:57 +0200 |
commit | 791808634684981d0f2db55822fc4ad1c21896b7 (patch) | |
tree | 0eccd93aeedc262c9ebf9ee56ff58930f9dfd8f2 /fnl | |
parent | 55016f4c0996821eb14053c84b1af58d20554e85 (diff) |
Remove icons from neo-git
Diffstat (limited to '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) |