use bufferline for tabs

This commit is contained in:
Oliver Hartmann
2026-09-16 06:08:57 +00:00
parent 2cc960f84b
commit ed84eb430c
2 changed files with 11 additions and 18 deletions
+11
View File
@@ -0,0 +1,11 @@
return {
'akinsho/bufferline.nvim',
version = '*',
dependencies = 'nvim-tree/nvim-web-devicons',
opts = {
options = {
mode = 'tabs',
separator_style = 'slant',
},
},
}