An open API service indexing awesome lists of open source software.

https://github.com/vmchale/tomlcheck-vim

Ein Plugin für tomlcheck
https://github.com/vmchale/tomlcheck-vim

syntax-checker toml vim vim-plugin

Last synced: 8 months ago
JSON representation

Ein Plugin für tomlcheck

Awesome Lists containing this project

README

          

# tomlcheck-vim

## Installation

Install [tomlcheck](https://github.com/vmchale/tomlcheck).

Next, install [syntastic](https://github.com/vim-syntastic/syntastic). Using
[vim-plug](https://github.com/junegunn/vim-plug) this would amount to adding the
following to your `.vimrc`.

```vim
Plug 'vim-syntastic/syntastic'
```

Then install this plugin. Using `vim-plug` again:

```vim
Plug 'vmchale/tomlcheck-vim'
```

## Configuration

Call `:h tomlcheck` to see more extensive configuration options.