Browse Source

Add plugin w0rp/ale (#3)

pull/4/head
Jérôme Deuchnord 5 years ago
committed by Gitea
parent
commit
8e86ccdc0d
2 changed files with 4 additions and 1 deletions
  1. +1
    -0
      README.md
  2. +3
    -1
      vimrc

+ 1
- 0
README.md View 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 View 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()


Loading…
Cancel
Save