Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Deuchnord
/
Vimconf
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
2
Lanzamientos
0
Actividad
Etiquetas
Hitos
Nuevo Pull Request
#3
Add plugin w0rp/ale
Fusionado
Deuchnord
fusionados 1 commits de
plugin-ale
en
master
hace 5 años
Conversación
0
Commits
1
Archivos modificados
2
Se han
modificado 2 ficheros
con
4 adiciones
y
1 borrados
Espacio blanco
Mostrar todos los cambios
Ignorar espacio en blanco al comparar líneas
Ignorar cambios en cantidad de espacio en blanco
Ignorar cambios en espacios en blanco al final de la línea
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
README.md
+3
-1
vimrc
+ 1
- 0
README.md
Ver fichero
@@ -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 fichero
@@ -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()
Escribir
Vista previa
Cargando…
Cancelar
Guardar