change tab bar

This commit is contained in:
Christoph J. Scherr 2023-09-13 21:28:04 +02:00
parent 3d3d2113e8
commit 04506969a7
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@ return {
-----------------------------------------------------------------------------
{ 'nvim-tree/nvim-web-devicons', lazy = false },
{ 'MunifTanjim/nui.nvim', lazy = false },
{ 'rafi/tabstrip.nvim', lazy = false, priority = 98, opts = true },
{
'akinsho/bufferline.nvim', lazy = false, version = "*",
dependencies = 'nvim-tree/nvim-web-devicons'
},
-----------------------------------------------------------------------------
{