Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Deuchnord
/
Vimconf
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
2
Versões
0
Atividade
Etiquetas
Marcos
Novo pull request
#3
Add plugin w0rp/ale
Merge aplicado
Deuchnord
aplicou merge dos 1 commits de
plugin-ale
em
master
5 anos atrás
Conversação
0
Commits
1
Arquivos alterados
2
2 arquivos alterados
com
4 adições
e
1 exclusões
Espaço em branco
Mostrar todas as alterações
Ignorar todas as alterações de espaço em branco
Ignorar alterações na quantidade de espaço em branco
Ignorar alterações com espaço em branco no final da linha
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-0
README.md
+3
-1
vimrc
+ 1
- 0
README.md
Ver arquivo
@@ -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 arquivo
@@ -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é-visualização
Carregando…
Cancelar
Salvar