Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
Deuchnord
/
Vimconf
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
2
Versions
0
Activité
Parcourir la source
Add plugin w0rp/ale (
#3
)
pull/4/head
Jérôme Deuchnord
il y a 5 ans
committed by
Gitea
Parent
dd552891d5
révision
8e86ccdc0d
2 fichiers modifiés
avec
4 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-0
README.md
+3
-1
vimrc
+ 1
- 0
README.md
Voir le fichier
@@ -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
Voir le fichier
@@ -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()
Écrire
Aperçu
Chargement…
Annuler
Enregistrer