|
@@ -18,7 +18,9 @@ call vundle#begin() |
|
|
|
|
|
|
|
|
Plugin 'VundleVim/Vundle.vim' |
|
|
Plugin 'VundleVim/Vundle.vim' |
|
|
|
|
|
|
|
|
" Add plugins here |
|
|
|
|
|
|
|
|
" Asynchronous linting/fixing for Vim and Language Server Protocol (LSP) |
|
|
|
|
|
" integration - https://github.com/w0rp/ale |
|
|
|
|
|
Plugin 'w0rp/ale' |
|
|
|
|
|
|
|
|
call vundle#end() |
|
|
call vundle#end() |
|
|
|
|
|
|