Browse Source

Removed ALE, just to see if LanguageClient can do everything

master
Julio Biason 3 years ago
parent
commit
7ae9163257
  1. 3
      .gitmodules
  2. 1
      nvim/pack/syntaxes/start/ale

3
.gitmodules vendored

@ -1,9 +1,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
[submodule "nvim/pack/syntaxes/start/vim-commentary"]
path = nvim/pack/syntaxes/start/vim-commentary
url = https://github.com/tpope/vim-commentary.git

1
nvim/pack/syntaxes/start/ale

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