Skip to content

Commit

Permalink
Change bufferline separator to thin.
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonllera committed Jan 12, 2023
1 parent 3c78af8 commit 95c1401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/bufferline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require('bufferline').setup({
show_buffer_icons = true,
show_buffer_close_icons = false,
show_close_icon = false,
separator_style = 'slant',
separator_style = 'thin',
-- Don't show bufferline over vertical, unmodifiable buffers
offsets = {{
filetype = 'NvimTree',
Expand Down

0 comments on commit 95c1401

Please sign in to comment.