Plugins: add "Building and linting" section

This commit is contained in:
Marco Hinz 2016-10-21 09:55:36 +02:00
parent 5756906b3c
commit 383f59ac85

View File

@ -3,6 +3,7 @@
#### [By topic](#by-topic-1)
- [Alignment](#alignment)
- [Building and linting](#building-and-linting)
- [Code completion](#code-completion)
- [Commenters](#commenters)
- [Delimiter](#delimiter)
@ -35,6 +36,12 @@
- [easy-align](https://github.com/junegunn/vim-easy-align)
- [tabular](https://github.com/godlygeek/tabular)
#### Building and linting
- [ale](https://github.com/w0rp/ale)
- [neomake](https://github.com/neomake/neomake)
- [syntastic](https://github.com/scrooloose/syntastic)
#### Code completion
- [neocomplete](https://github.com/Shougo/neocomplete.vim)