You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed via vim-plugged (similar to Vundle) but seems like it's not working because it does not show the distinct keyword/value highlights.
I also tried manually copying all the files from the directories (syntax, indent, ft*) to their equals from ~/.vim/ with no success either.
The text was updated successfully, but these errors were encountered:
Maybe another plugin interacts, just comment all other Plugin in ~/.vimrc and source it. If then vim-json works, uncomment little by little till you find the troublemaker.
To disable plugin once installed: let g:vim_json_syntax_conceal = 0
I installed via vim-plugged (similar to Vundle) but seems like it's not working because it does not show the distinct keyword/value highlights.
I also tried manually copying all the files from the directories (syntax, indent, ft*) to their equals from ~/.vim/ with no success either.
The text was updated successfully, but these errors were encountered: