get rid of ack

This commit is contained in:
Alex Yatskov 2017-09-01 09:19:48 -07:00
parent 06cbb974cc
commit a41b0b0f52
3 changed files with 0 additions and 10 deletions

3
.gitmodules vendored
View File

@ -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

@ -1 +0,0 @@
Subproject commit a16a9b63eb85cc0960a7f25c54647ac1f99f3360

View File

@ -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