Add new plugin for Vim. The ALE plugin

This plugin analyzes linting and coding-style in source code using the
Asynchronous I/O feature in Vim/NeoVim
This commit is contained in:
Dionisio E Alonso 2018-10-18 17:26:08 -03:00
parent de7cfe3acc
commit ed830b2f61
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@ -7,3 +7,6 @@
[submodule "vim/pack/misc/start/indentLine"]
path = vim/pack/misc/start/indentLine
url = https://github.com/Yggdroot/indentLine.git
[submodule "vim/pack/misc/start/ale"]
path = vim/pack/misc/start/ale
url = https://github.com/w0rp/ale.git

@ -0,0 +1 @@
Subproject commit ab3646862cb180d56e079465cdea2830ff172334