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:
parent
eb0c32f20e
commit
b9bbe3a9a4
|
@ -1,3 +1,6 @@
|
||||||
|
-- Required by bufferline
|
||||||
|
vim.opt.termguicolors = true
|
||||||
|
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
'akinsho/bufferline.nvim',
|
'akinsho/bufferline.nvim',
|
||||||
|
|
Loading…
Reference in a new issue