From 4ca15d0aa017119670ae454d69911e1ee0e55131 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Sat, 23 Apr 2022 21:22:44 +0200 Subject: style: format --- fnl/util.fnl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'fnl/util.fnl') diff --git a/fnl/util.fnl b/fnl/util.fnl index 8bb3754..9054f54 100644 --- a/fnl/util.fnl +++ b/fnl/util.fnl @@ -5,8 +5,9 @@ (def num-plugins (length (vim.fn.readdir path))) (defn load-plugin [name] - (let [(ok? val-or-err) (pcall require name)] - (if ok? - val-or-err - (vim.notify (.. "Could not load config: " val-or-err) - vim.log.levels.WARN)))) + (let [(ok? val-or-err) (pcall require name)] + (if ok? + val-or-err + (vim.notify + (.. "Could not load config: " val-or-err) + vim.log.levels.WARN)))) -- cgit v1.2.3-70-g09d2