summaryrefslogtreecommitdiff
path: root/fnl/config/bufferline.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/bufferline.fnl')
-rw-r--r--fnl/config/bufferline.fnl5
1 files changed, 2 insertions, 3 deletions
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}))