From 71d538630b226da37e4ef21c5a84d6fad5f55421 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 7 Apr 2022 22:32:53 +0200 Subject: fix(load plugin): correct loading err --- fnl/config/bufferline.fnl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'fnl/config/bufferline.fnl') diff --git a/fnl/config/bufferline.fnl b/fnl/config/bufferline.fnl index 0b89170..fac26a4 100644 --- a/fnl/config/bufferline.fnl +++ b/fnl/config/bufferline.fnl @@ -113,6 +113,5 @@ :guifg { :attribute "fg" :highlight "LspDiagnosticsDefaultHint" } :guibg default-bg-normal}}) -(let [(ok? bufferline) util.load-plugin :bufferline] - (when ok? - (bufferline.setup {:options options :highlights highlights}))) +(let [bufferline (util.load-plugin :bufferline)] + (bufferline.setup {:options options :highlights highlights})) -- cgit v1.2.3-70-g09d2