diff --git a/README.md b/README.md index 9da4cc0..920892c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/vimrc b/vimrc index 2e23911..fbd0c10 100644 --- a/vimrc +++ b/vimrc @@ -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()