This commit is contained in:
smrznuti1 2024-09-21 18:07:39 +02:00
parent be36a60446
commit 7c6f8e5b70
5 changed files with 34 additions and 13 deletions

View file

@ -0,0 +1,12 @@
return {
'akinsho/bufferline.nvim',
lazy = false,
config = function()
vim.opt.termguicolors = true
require('bufferline').setup {
options = {
numbers = 'buffer_id',
},
}
end,
}