Closed lmburns closed 3 years ago
This variable should be a string, but you assigned it a number. Try let g:gruvbox_material_diagnostic_virtual_text = 'colored'
I figured it out. I had another gruvbox_material.vim
file located in another folder with a different name that neovim
was calling on. I had changed that value to a digit in the dictionary when I was trying to debug what I thought was the problem and forgot to change it back.
Thank you for the quick reply
Operating system:
Terminal: iTerm2
$TERM
:xterm-256color
Neovim version:NVIM v0.4.4; Build type: Release
Minimal vimrc that can reproduce this bug
Steps to reproduce this bug using minimal vimrc
Updated to the newest version of
gruvbox-material
. I noticed this problem 2 days ago, and tried figuring out what the issue was but wasn't able to. Also, note that this may not have arisen directly because of the newest version because I don't upgrade my vim plugins but maybe once a week.Actual behaviour
Expected behaviour
No error. Very weird though, because the key definitely seems to be present in the dictionary.
Problem is fixed by deleting the following:
File:
colors/gruvbox-material.vim
File:
autoload/gruvbox_material.vim
Deleting this is not necessary, the error disappears after deleting the text from the previous file.