1
0
Fork 0

neovim: w0rp/ale -> dense-analysis/ale

This commit is contained in:
Jeremy Kaplan 2019-08-30 14:40:01 -07:00
commit 9816ef2784

View file

@ -14,6 +14,7 @@ if dein#load_state('~/.config/nvim/plugins')
call dein#add('airblade/vim-gitgutter')
call dein#add('airblade/vim-rooter')
call dein#add('cespare/vim-toml')
call dein#add('dense-analysis/ale')
call dein#add('elixir-editors/vim-elixir')
call dein#add('fatih/vim-go')
call dein#add('glts/vim-textobj-comment')
@ -38,7 +39,6 @@ if dein#load_state('~/.config/nvim/plugins')
call dein#add('tpope/vim-repeat')
call dein#add('tpope/vim-surround')
call dein#add('vim-python/python-syntax')
call dein#add('w0rp/ale')
call dein#add('zchee/deoplete-go', {'build': 'make'})
call dein#add('zchee/deoplete-jedi')