diff options
author | aktersnurra <grydholm@kth.se> | 2022-04-24 00:29:12 +0200 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2022-04-24 00:29:12 +0200 |
commit | 48e02cf4ce059f11c01ea22a385b48f5d5192cef (patch) | |
tree | e4c6bda34f29f815f7e8e6b568cb7753181c4b5f /fnl/config | |
parent | 1de6cd1dcf25f39a7cfc59ba4aef622e610b48dc (diff) |
fix(bufferline): set padding to 0 for offset
Diffstat (limited to 'fnl/config')
-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 6de60c2..74a0df0 100644 --- a/fnl/config/bufferline.fnl +++ b/fnl/config/bufferline.fnl @@ -18,7 +18,7 @@ :tab_size 21 :diagnostics false :diagnostics_update_in_insert false - :offsets [{:filetype :NvimTree :text "" :padding 1}] + :offsets [{:filetype :NvimTree :text "" :padding 0}] :show_buffer_icons false :show_buffer_close_icons false :show_close_icon false |