From d56fb1ab6e76a23817c6836249edd44cf6252554 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Tue, 4 Mar 2025 03:04:24 -0600 Subject: settings + bar --- fnl/plugins/jabs.fnl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 fnl/plugins/jabs.fnl (limited to 'fnl/plugins/jabs.fnl') 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 ">_"}}) -- cgit v1.2.3