From 04098ac968410bf3e1b091c1f18eb15e326dcf80 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Sat, 30 Apr 2022 13:05:36 +0200 Subject: style: format --- fnl/config/which-key.fnl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'fnl/config/which-key.fnl') diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl index 4d6add4..7230308 100644 --- a/fnl/config/which-key.fnl +++ b/fnl/config/which-key.fnl @@ -1,7 +1,8 @@ ;; Which-key provides a pop-up meny for some key mappings. -(module config.which-key {autoload {util util}}) +(module config.which-key + {autoload {util util}}) -(def- setup +(def- setup {:plugins {:marks true :registers true :spelling {:enabled true :suggestions 20} @@ -29,7 +30,7 @@ :triggers :auto :triggers_blacklist {:i [:j :k] :v [:j :k]}}) -(def- opts +(def- opts {:mode :n :prefix : :buffer nil @@ -114,7 +115,7 @@ "Replace Buffer"]} :T {:name :Treesitter :p [:TSPlaygroundToggle :Playground]}}) -(def- vopts +(def- vopts {:mode :v :prefix : :buffer nil @@ -122,7 +123,7 @@ :noremap true :nowait true}) -(def- vmappings +(def- vmappings {:k ["lua require('Comment.api').toggle_linewise_op(vim.fn.visualmode())" :Comment]}) -- cgit v1.2.3-70-g09d2