Remove ale
This commit is contained in:
parent
e271b91270
commit
5defd9c2c3
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -76,9 +76,6 @@
|
|||||||
[submodule ".vim/bundle/vim-jdaddy"]
|
[submodule ".vim/bundle/vim-jdaddy"]
|
||||||
path = .vim/bundle/vim-jdaddy
|
path = .vim/bundle/vim-jdaddy
|
||||||
url = https://github.com/tpope/vim-jdaddy.git
|
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"]
|
[submodule ".vim/bundle/vim-rooter"]
|
||||||
path = .vim/bundle/vim-rooter
|
path = .vim/bundle/vim-rooter
|
||||||
url = https://github.com/airblade/vim-rooter.git
|
url = https://github.com/airblade/vim-rooter.git
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 82f734a7c286d8705c9a6e2879b4173fe18a6356
|
|
@ -2,11 +2,6 @@
|
|||||||
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
||||||
execute pathogen#infect('bundle/{}')
|
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
|
" deoplete.nvim
|
||||||
if has('python3')
|
if has('python3')
|
||||||
let g:deoplete#enable_at_startup = 1
|
let g:deoplete#enable_at_startup = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user