Add bufferline.

This commit is contained in:
Henry Denny 2024-02-29 10:37:45 +00:00
parent 9ea5250957
commit f42555f8d4
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
return {
'akinsho/bufferline.nvim',
version = "*",
dependencies = 'nvim-tree/nvim-web-devicons',
config = function ()
vim.opt.termguicolors = true
require("bufferline").setup{}
end
}