aboutsummaryrefslogtreecommitdiff
path: root/fnl/plugins/jabs.fnl
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2025-03-04 03:04:24 -0600
committeramelia squires <[email protected]>2025-03-04 03:04:24 -0600
commitd56fb1ab6e76a23817c6836249edd44cf6252554 (patch)
treee48cc02ebdbe6e03121e249980431b236aeaec65 /fnl/plugins/jabs.fnl
parentbea349474eddf5b1b4e30e7c2212a1b9503baddf (diff)
settings + bar
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 ">_"}})