diff options
-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 |