gson.nvim is a Vim Plugin for JSON.
- NeoVim( >= 0.2.0)
- go (>= 1.8)
See Neovim wiki.
See go wiki
" dein.vim
call dein#add('hlts2/gson.nvim', {'build': 'make'})
" NeoBundle
NeoBundle 'hlts2/gson.nvim', {'build': {'unix': 'make'}}
" vim-plug
Plug 'hlts2/gson.nvim', { 'do': 'make'}
- Format JSON
:GsonFmt
- Format JSON of selection