aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-12-08 03:45:05 -0500
committertdro <tdro@users.noreply.github.com>2019-12-08 03:45:05 -0500
commit3aa899f050c723a36124912c39bf707991758b49 (patch)
tree583c641560f81d24ac50bbb1e1ff3c53dc023d52 /.vim
parent95771b74681f5bbcc5fcf6a6e56562fd0944970b (diff)
downloaddotfiles-3aa899f050c723a36124912c39bf707991758b49.tar.gz
dotfiles-3aa899f050c723a36124912c39bf707991758b49.tar.bz2
dotfiles-3aa899f050c723a36124912c39bf707991758b49.zip
.vim/plugins.vim: Add ale
Clear gutter highlight color
Diffstat (limited to '.vim')
-rw-r--r--.vim/plugins.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/plugins.vim b/.vim/plugins.vim
index 9d4db99..eb187d8 100644
--- a/.vim/plugins.vim
+++ b/.vim/plugins.vim
@@ -17,6 +17,7 @@ Plugin 'tobyS/vmustache'
Plugin 'SirVer/ultisnips'
Plugin 'mcchrish/nnn.vim'
Plugin 'prettier/vim-prettier'
+Plugin 'dense-analysis/ale'
" All of your Plugins must be added before the following line
call vundle#end() " required