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

@ -19,3 +19,4 @@ vim.keymap.set("n", "<leader>h", ":nohlsearch<CR>")
vim.wo.relativenumber = true
vim.o.termguicolors = true