summaryrefslogtreecommitdiff
path: root/fnl/config/bufferline.fnl
diff options
context:
space:
mode:
authoraktersnurra <grydholm@kth.se>2022-04-24 00:29:12 +0200
committeraktersnurra <grydholm@kth.se>2022-04-24 00:29:12 +0200
commit48e02cf4ce059f11c01ea22a385b48f5d5192cef (patch)
treee4c6bda34f29f815f7e8e6b568cb7753181c4b5f /fnl/config/bufferline.fnl
parent1de6cd1dcf25f39a7cfc59ba4aef622e610b48dc (diff)
fix(bufferline): set padding to 0 for offset
Diffstat (limited to 'fnl/config/bufferline.fnl')
-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 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