From 071848c02e09ae975b7feb9cfa3427a1736825b2 Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Fri, 21 Apr 2023 19:26:00 +0000 Subject: [PATCH] Getting started with ALE for LSP --- .gitmodules | 3 +++ vim/.vim/bundle/ale | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/.vim/bundle/ale diff --git a/.gitmodules b/.gitmodules index 488e3a3..3431b82 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ [submodule "vim/.vim/bundle/vim-terraform"] path = vim/.vim/bundle/vim-terraform url = https://github.com/hashivim/vim-terraform.git +[submodule "vim/.vim/bundle/ale"] + path = vim/.vim/bundle/ale + url = https://github.com/dense-analysis/ale diff --git a/vim/.vim/bundle/ale b/vim/.vim/bundle/ale new file mode 160000 index 0000000..fdadaed --- /dev/null +++ b/vim/.vim/bundle/ale @@ -0,0 +1 @@ +Subproject commit fdadaed2ba93432add241bb25f9935dc2ebb4152