ascendente
cometimento
a088f1f393
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 1934652EA16ECB3B
2 ficheiros alterados com
4 adições e
1 eliminações
-
README.md
-
vimrc
|
|
@@ -14,4 +14,5 @@ The following plugins are installed with [Vundle](https://github.com/VundleVim/V |
|
|
|
|
|
|
|
| Plugin | Description | |
|
|
|
| ------ | ----------- | |
|
|
|
| [w0rp/ale](https://github.com/w0rp/ale) | Asynchronous linting/fixing for Vim and Language Server Protocol (LSP) integration |
|
|
|
|
|
|
@@ -18,7 +18,9 @@ call vundle#begin() |
|
|
|
|
|
|
|
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() |
|
|
|
|