vim-lint

Lint plugin for vim
git clone https://git.ce9e.org/vim-lint.git

commit
edc14339eba65e6fa2530ef63f163db0904f1683
parent
a6114bc3c4b4e2c13ef9093af0833d96c2d3cf15
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-02-23 17:57
mention that there are no options

Diffstat

M README.md 6 +++---

1 files changed, 3 insertions, 3 deletions


diff --git a/README.md b/README.md

@@ -4,9 +4,9 @@
    4     4 linter.
    5     5 
    6     6 It is much simpler than [syntastic][1]. In fact, the implementation is
    7    -1 basically a simplified version of [vim-flake8][2]. However, much like
    8    -1 syntastic, you can configure `vim-lint` to use many different linters (but only
    9    -1 one per file type).
   -1     7 basically a simplified version of [vim-flake8][2]. It basically has no options.
   -1     8 However, much like syntastic, you can configure `vim-lint` to use many
   -1     9 different linters (but only one per file type).
   10    10 
   11    11 [1]: https://github.com/vim-syntastic/syntastic/
   12    12 [2]: https://github.com/nvie/vim-flake8/