ensure termguicolors is enabled for bufferline

neovim tries to enable it by default anyway, but since i noticed this
in the bufferline docs, i figured i'd make it explicit just in case
This commit is contained in:
Gered 2024-09-01 21:51:30 -04:00
parent eb0c32f20e
commit b9bbe3a9a4

View file

@ -1,3 +1,6 @@
-- Required by bufferline
vim.opt.termguicolors = true
return {
{
'akinsho/bufferline.nvim',