From 4ca15d0aa017119670ae454d69911e1ee0e55131 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Sat, 23 Apr 2022 21:22:44 +0200 Subject: style: format --- fnl/config/better-escape.fnl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'fnl/config/better-escape.fnl') diff --git a/fnl/config/better-escape.fnl b/fnl/config/better-escape.fnl index 93ec0a9..5525ae7 100644 --- a/fnl/config/better-escape.fnl +++ b/fnl/config/better-escape.fnl @@ -2,7 +2,8 @@ (module config.better-escape {autoload {util util}}) (let [better-escape (util.load-plugin :better_escape)] - (better-escape.setup {:mapping [:jk :jj] - :timeout vim.o.timeoutlen - :clear_empty_lines false - :keys :})) + (better-escape.setup + {:mapping [:jk :jj] + :timeout vim.o.timeoutlen + :clear_empty_lines false + :keys :})) -- cgit v1.2.3-70-g09d2