Skip to content

Latest commit

 

History

History

vim-hjson

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Hjson Syntax for VIM

Installation

Add hjson/vim-hjson to your favorite plugin manager.

E.g. for VimPlug place this in your .vimrc:

Plug 'hjson/vim-hjson'

then run the following in Vim:

:source %
:PlugInstall