Browse Source

Added ALE for liniting everything

master
Julio Biason 4 years ago
parent
commit
8a7dd88c79
  1. 3
      .gitmodules
  2. 1
      nvim/pack/syntaxes/start/ale

3
.gitmodules vendored

@ -43,3 +43,6 @@
[submodule "nvim/pack/colors/start/molokai"]
path = nvim/pack/colors/start/molokai
url = https://github.com/tomasr/molokai.git
[submodule "nvim/pack/syntaxes/start/ale"]
path = nvim/pack/syntaxes/start/ale
url = https://github.com/dense-analysis/ale.git

1
nvim/pack/syntaxes/start/ale

@ -0,0 +1 @@
Subproject commit b4b75126f9eae30da8f5e0cb9ec100feb38c1cb6
Loading…
Cancel
Save