diff options
Diffstat (limited to 'fnl/plugins/neo_tree.fnl')
-rw-r--r-- | fnl/plugins/neo_tree.fnl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/fnl/plugins/neo_tree.fnl b/fnl/plugins/neo_tree.fnl new file mode 100644 index 0000000..76bf708 --- /dev/null +++ b/fnl/plugins/neo_tree.fnl @@ -0,0 +1,20 @@ +((. (require :neo-tree) :setup) { + :close_if_last_window true + :default_component_configs { + :git_status { + :symbols { + :added :+ + :modified :m + :deleted :x + :renamed :-> + + :untracked " " + :ignored " " + :unstaged :* + :staged " " + :conflict ":("}}} + :window { + :position :left + :width 30} + :filesystem { + :use_libuv_file_watcher true}}) |