Skip to content

Commit

Permalink
Change nvim bufferline tab to be sloped
Browse files Browse the repository at this point in the history
  • Loading branch information
nvonbulow committed Dec 27, 2023
1 parent 99a005a commit 669aaf3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion home/dot_config/nvim/lua/config/plugins/bufferline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ return {
close_command = function(n)
require('mini.bufremove').delete(n, false)
end,
right_mouse_command = false,
offsets = {
{
filetype = 'neo-tree',
Expand All @@ -28,6 +29,8 @@ return {
text_align = 'left',
},
},
separator_style = 'slope',
diagnostics = 'nvim_lsp',
},
},
config = function(_, opts)
Expand All @@ -42,7 +45,7 @@ return {
})
end,
dependencies = {
'echasnovski/mini.nvim',
'echasnovski/mini.bufremove',
'nvim-tree/nvim-web-devicons',
},
},
Expand Down

0 comments on commit 669aaf3

Please sign in to comment.