Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Deuchnord
/
Vimconf
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
2
Rilasci
0
Attività
Etichette
Traguardi
Nuova Pull Request
#3
Add plugin w0rp/ale
Unito
Deuchnord
ha unito 1 commit da
plugin-ale
a
master
5 anni fa
Conversazione
0
Commit
1
File modificati
2
2 ha cambiato i file
con
4 aggiunte
e
1 eliminazioni
Spazi bianchi
Visualizza tutti i cambiamenti
Ignora spazi bianchi quando confronti le linee
Ignora cambiamenti di quantità di spazi bianchi
Ignora cambiamenti di spazi bianchi alla fine delle linee
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-0
README.md
+3
-1
vimrc
+ 1
- 0
README.md
Vedi File
@@ -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
Vedi File
@@ -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()
Scrivi
Anteprima
Caricamento…
Annulla
Salva