From 72f67a90b92a58e387939571f4c323a008ff34aa Mon Sep 17 00:00:00 2001 From: Turdaliev Nursultan Date: Wed, 20 Jan 2016 14:09:59 +0100 Subject: [PATCH] Update readme.md Readme file should have an installation guide. It was difficult for me to find it from a conversation. --- readme.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index df48a43..10d3d77 100644 --- a/readme.md +++ b/readme.md @@ -3,11 +3,22 @@ Better JSON for VIM =================== -*Distinct highlighting of keywords vs values, JSON-specific (non-JS) warnings, quote concealing.* +Distinct highlighting of keywords vs values, JSON-specific (non-JS) warnings, quote concealing. + ![JSON syntax coloring](https://cloud.githubusercontent.com/assets/183877/7018898/98e428e0-dccf-11e4-9ab8-c554b3556155.jpg) + + + + Customization of Jeroen Ruigrok van der Werven's [vim-json highlighting script](http://www.vim.org/scripts/script.php?script_id=1945) with Rogerz Zhang's [indent script](https://github.com/vim-scripts/vim-json-bundle). [Pathogen-friendly.](https://github.com/tpope/vim-pathogen) [Vundle-friendly too.](https://github.com/elzr/vim-json/issues/25) ([Or install it manually.](https://github.com/elzr/vim-json/issues/52)) +Installation +============ +Using **Vundle** package manager +```vim +Plugin 'elzr/vim-json' +``` Specific customizations -----------------------