diff options
Diffstat (limited to 'fnl')
| -rw-r--r-- | fnl/config/bufferline.fnl | 2 | 
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}))  |