Remove ale

This commit is contained in:
Alex Yatskov 2020-04-17 10:23:03 -07:00
parent e271b91270
commit 5defd9c2c3
3 changed files with 0 additions and 9 deletions

3
.gitmodules vendored
View File

@ -76,9 +76,6 @@
[submodule ".vim/bundle/vim-jdaddy"]
path = .vim/bundle/vim-jdaddy
url = https://github.com/tpope/vim-jdaddy.git
[submodule ".vim/bundle/ale"]
path = .vim/bundle/ale
url = https://github.com/w0rp/ale.git
[submodule ".vim/bundle/vim-rooter"]
path = .vim/bundle/vim-rooter
url = https://github.com/airblade/vim-rooter.git

@ -1 +0,0 @@
Subproject commit 82f734a7c286d8705c9a6e2879b4173fe18a6356

View File

@ -2,11 +2,6 @@
runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect('bundle/{}')
" ale
let g:ale_lint_on_text_changed = 'never'
let g:ale_lint_on_enter = 'never'
let g:ale_linters = {'go': ['gofmt', 'go vet', 'go build']}
" deoplete.nvim
if has('python3')
let g:deoplete#enable_at_startup = 1