Add bufferline

This time around, bufferline has settings added to make it not overlap
NeoTree and to look right with my theme set to a transparent background.
This commit is contained in:
Gene Liverman 2024-01-09 11:46:35 -05:00
parent 2aa2ee3e2f
commit cbd72735a2
3 changed files with 50 additions and 7 deletions

View file

@ -1,7 +0,0 @@
return{
"akinsho/bufferline.nvim",
version = "*",
dependencies = "nvim-tree/nvim-web-devicons",
event = "BufReadPre",
config = true
}