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
- Host: GitHub
- URL: https://github.com/vmchale/tomlcheck-vim
- Owner: vmchale
- License: bsd-3-clause
- Created: 2017-10-10T19:53:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T07:05:49.000Z (over 8 years ago)
- Last Synced: 2025-01-08T12:07:55.894Z (over 1 year ago)
- Topics: syntax-checker, toml, vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.