aboutsummaryrefslogtreecommitdiff
path: root/fnl/plugins/neo_tree.fnl
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2024-10-22 23:40:30 -0500
committeramelia squires <[email protected]>2024-10-22 23:40:30 -0500
commit0b7b1684d87b7d0b01b5645713b413e317699fd0 (patch)
tree70d54faa4536e97894754e63061f0d2fad99079c /fnl/plugins/neo_tree.fnl
readme
Diffstat (limited to 'fnl/plugins/neo_tree.fnl')
-rw-r--r--fnl/plugins/neo_tree.fnl20
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}})