elzr / vim-json

A better JSON for Vim: distinct highlighting of keywords vs values, JSON-specific (non-JS) warnings, quote concealing. Pathogen-friendly.
Other
1.23k stars 111 forks source link

how to install ? #100

Open elig0n opened 4 years ago

elig0n commented 4 years ago

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.

juanMarinero commented 3 years ago

To install: https://vimawesome.com/plugin/json-vim With VimPlug works.

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