Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
Deuchnord
/
Vimconf
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
2
Lançamentos
0
Trabalho
Ver a proveniência
Add plugin w0rp/ale (
#3
)
pull/4/head
Jérôme Deuchnord
há 5 anos
committed by
Gitea
ascendente
dd552891d5
cometimento
8e86ccdc0d
2 ficheiros alterados
com
4 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-0
README.md
+3
-1
vimrc
+ 1
- 0
README.md
Ver ficheiro
@@ -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
+ 3
- 1
vimrc
Ver ficheiro
@@ -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()
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar