aboutsummaryrefslogtreecommitdiff
path: root/fnl/plugins/jabs.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/jabs.fnl')
-rw-r--r--fnl/plugins/jabs.fnl14
1 files changed, 14 insertions, 0 deletions
diff --git a/fnl/plugins/jabs.fnl b/fnl/plugins/jabs.fnl
new file mode 100644
index 0000000..1690121
--- /dev/null
+++ b/fnl/plugins/jabs.fnl
@@ -0,0 +1,14 @@
+(print "hi")
+(_G.util.setup! :jabs {:use_devicons false
+ :keymap {:close :x}
+ :symbols {
+ :current "C"
+ :split "S"
+ :alternate "A"
+ :hidden "H"
+ :locked "L"
+ :ro "R"
+ :edited "E"
+ :terminal "T"
+ :default_file "D"
+ :terminal_symbol ">_"}})