From 804f2a342d1b2002ad383ff604e75eb0caba8f65 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Wed, 13 Nov 2024 06:17:23 -0600 Subject: ton of new stuff --- fnl/plugins/edgy.fnl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 fnl/plugins/edgy.fnl (limited to 'fnl/plugins/edgy.fnl') diff --git a/fnl/plugins/edgy.fnl b/fnl/plugins/edgy.fnl new file mode 100644 index 0000000..4868367 --- /dev/null +++ b/fnl/plugins/edgy.fnl @@ -0,0 +1,14 @@ +(_G.util.setup! :edgy { + :bottom [:toggleterm] + :left [:neo-tree {:ft :Outline :title (fn [] + (local buf_name (vim.api.nvim_buf_get_name 0)); or "[No Name]" + (vim.fn.fnamemodify buf_name ":t") + )}] + + :animate {:enabled false} + ;allow other window movement binds to 'work' + :keys {:c-j (fn [win] + (win:next {:focus true :pinned false})) + :c-k (fn [win] + (win:prev {:focus true :visible true}))} + :wo {:winbar false}}) -- cgit v1.2.3