From 363c7d9b9d7af1e6ddd15c8805f862f0b8a6da65 Mon Sep 17 00:00:00 2001 From: Tharre Date: Sun, 7 May 2017 22:17:05 +0200 Subject: vim: replace syntastic with ale --- .gitmodules | 3 +++ .vim/bundle/ale | 1 + .vim/bundle/syntastic | 1 - .vimrc | 4 +++- 4 files changed, 7 insertions(+), 2 deletions(-) create mode 160000 .vim/bundle/ale delete mode 160000 .vim/bundle/syntastic diff --git a/.gitmodules b/.gitmodules index c7ca656..8724f2e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,6 @@ [submodule ".vim/bundle/vim-airline-themes"] path = .vim/bundle/vim-airline-themes url = https://github.com/vim-airline/vim-airline-themes +[submodule ".vim/bundle/ale"] + path = .vim/bundle/ale + url = https://github.com/w0rp/ale.git diff --git a/.vim/bundle/ale b/.vim/bundle/ale new file mode 160000 index 0000000..32f2175 --- /dev/null +++ b/.vim/bundle/ale @@ -0,0 +1 @@ +Subproject commit 32f21751f4722abdb10b9da3b6cf088240d46421 diff --git a/.vim/bundle/syntastic b/.vim/bundle/syntastic deleted file mode 160000 index b2b125c..0000000 --- a/.vim/bundle/syntastic +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b2b125cfade75468faef6ac87742a78f2de26bfa diff --git a/.vimrc b/.vimrc index a887c0b..b09539c 100644 --- a/.vimrc +++ b/.vimrc @@ -104,7 +104,9 @@ let g:airline_theme = 'powerlineish' "let g:airline#extensions#tabline#enabled = 1 " make tabs look crazy " only enable trailing whitespace checking let g:airline#extensions#whitespace#checks = [ 'trailing' ] -let g:airline#extensions#syntastic#enabled = 0 + +nmap (ale_previous_wrap) +nmap (ale_next_wrap) " Start interactive EasyAlign in visual mode (e.g. vip) vmap (EasyAlign) -- cgit v1.2.3-70-g09d2