From ac8edfb0db52efe65e01f73ef44133a86571ba02 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Fri, 17 Apr 2026 23:34:22 +0200 Subject: More based fixes --- fnl/plugins/which-key.fnl | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'fnl/plugins/which-key.fnl') diff --git a/fnl/plugins/which-key.fnl b/fnl/plugins/which-key.fnl index 189a4a4..8b66834 100644 --- a/fnl/plugins/which-key.fnl +++ b/fnl/plugins/which-key.fnl @@ -37,18 +37,19 @@ :show_help true :disable {:filetypes [:netrw]}}) -(local groups [{:mode [:n :v] - 1 {1 :d :group :+diff} - 2 {1 :f :group :+find} - 3 {1 :g :group :+git} - 4 {1 :i :group :+db} - 5 {1 :j :group :+diagnostics} - 6 {1 :l :group :+lsp} - 7 {1 :o :group :+orgmode} - 8 {1 :r :group :+replace} - 9 {1 :s :group :+session} - 10 {1 :w :group :+worktree}} - {1 : 2 "bdelete" :desc "Close Buffer"}]) +(local groups + [{:mode [:n :v] + 1 {1 :d :group :+diff} + 2 {1 :f :group :+find} + 3 {1 :g :group :+git} + 4 {1 :i :group :+db} + 5 {1 :j :group :+diagnostics} + 6 {1 :l :group :+lsp} + 7 {1 :o :group :+orgmode} + 8 {1 :r :group :+replace} + 9 {1 :s :group :+session} + 10 {1 :w :group :+worktree}} + {1 : 2 :bdelete :desc "Close Buffer"}]) (λ config [] (let [which-key (require :which-key)] -- cgit v1.2.3-70-g09d2