Skip to content

hlts2/gson.nvim

Repository files navigation

gson.nvim License: MIT Go Report Card Join the chat at https://gitter.im/hlts2/gson.nvim

gson.nvim is a Vim Plugin for JSON.

Require

  • NeoVim( >= 0.2.0)
  • go (>= 1.8)

Install

1. Install Neovim

See Neovim wiki.

2. Install go and set up

See go wiki

3. Install Plugin

" 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'}

Usage

GosonFmt

  • Format JSON
:GsonFmt

Demo

  • Format JSON of selection

Demo

About

gson.nvim is a Vim Plugin for JSON.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published