summaryrefslogtreecommitdiff
path: root/fnl/config
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config')
-rw-r--r--fnl/config/bufferline.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/bufferline.fnl b/fnl/config/bufferline.fnl
index d2fdaae..6de60c2 100644
--- a/fnl/config/bufferline.fnl
+++ b/fnl/config/bufferline.fnl
@@ -67,4 +67,4 @@
:guibg default-bg-normal}})
(let [bufferline (util.load-plugin :bufferline)]
- (bufferline.setup {: options : highlights}))
+ (bufferline.setup {:options options :highlights highlights}))