diff options
| author | aktersnurra <grydholm@kth.se> | 2022-04-23 22:35:46 +0200 |
|---|---|---|
| committer | aktersnurra <grydholm@kth.se> | 2022-04-23 22:35:46 +0200 |
| commit | 23e589cfe6aabf3ed7861733ff9d39c9f6ecb716 (patch) | |
| tree | 2d3ba20f4e8849c78f67310e3ad40ab1972f17a0 | |
| parent | ac5dd7d5713e1ac19ba5a33da16a4fe6c0ed42e8 (diff) | |
fix(bufferline): add keys
| -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})) |