Skip to content

vmchale/tomlcheck-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tomlcheck-vim

Installation

Install tomlcheck.

Next, install syntastic. Using vim-plug this would amount to adding the following to your .vimrc.

Plug 'vim-syntastic/syntastic'

Then install this plugin. Using vim-plug again:

Plug 'vmchale/tomlcheck-vim'

Configuration

Call :h tomlcheck to see more extensive configuration options.