Closed myarcana closed 1 year ago
I added use 'morhetz/gruvbox' to my packer setup, and got gruvbox installed correctly as far as i can tell.
use 'morhetz/gruvbox'
My colors are totally wrong though. Most of the text is just gray.
I tried setting vim.g.gruvbox_termcolors = 16 (echo g:gruvbox_termcolors correctly reports 16), but it doesn't look any better
vim.g.gruvbox_termcolors = 16
echo g:gruvbox_termcolors
I then unset that and tried
source ~/.local/share/nvim/site/pack/packer/start/gruvbox/gruvbox_256palette.sh
before running neovim, but that didn't change the appearance at all compared to the first attempt of all.
Turn off vim.g.termguicolors
vim.g.termguicolors
vim.g.termguicolors = false
I added
use 'morhetz/gruvbox'
to my packer setup, and got gruvbox installed correctly as far as i can tell.My colors are totally wrong though. Most of the text is just gray.
I tried setting
vim.g.gruvbox_termcolors = 16
(echo g:gruvbox_termcolors
correctly reports 16), but it doesn't look any betterI then unset that and tried
before running neovim, but that didn't change the appearance at all compared to the first attempt of all.