From a41b0b0f52d74fd61dd574400301a3e2e3ce75ba Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 1 Sep 2017 09:19:48 -0700 Subject: [PATCH] get rid of ack --- .gitmodules | 3 --- .vim/bundle/ack.vim | 1 - .vim/plugins.vim | 6 ------ 3 files changed, 10 deletions(-) delete mode 160000 .vim/bundle/ack.vim diff --git a/.gitmodules b/.gitmodules index 05c3b94..faf49c9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -106,9 +106,6 @@ [submodule ".vim/bundle/vim-jdaddy"] path = .vim/bundle/vim-jdaddy url = https://github.com/tpope/vim-jdaddy.git -[submodule ".vim/bundle/ack.vim"] - path = .vim/bundle/ack.vim - url = https://github.com/mileszs/ack.vim [submodule ".vim/bundle/ale"] path = .vim/bundle/ale url = https://github.com/w0rp/ale.git diff --git a/.vim/bundle/ack.vim b/.vim/bundle/ack.vim deleted file mode 160000 index a16a9b6..0000000 --- a/.vim/bundle/ack.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a16a9b63eb85cc0960a7f25c54647ac1f99f3360 diff --git a/.vim/plugins.vim b/.vim/plugins.vim index da32063..a2b936a 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -6,12 +6,6 @@ execute pathogen#infect() let g:ctrlp_cmd = 'CtrlPMixed' let g:ctrlp_working_path_mode = 'ra' -" syntastic -auto FileType go let b:syntastic_mode = "passive" -let g:syntastic_always_populate_loc_list = 1 -let g:syntastic_javascript_checkers = ['eslint'] -let g:syntastic_python_checkers = ['pyflakes'] - " vim-airline let g:airline#extensions#tabline#enabled = 1