From adb4ef1b22bc03b2e2b527a1bb001d13c3099039 Mon Sep 17 00:00:00 2001 From: Kit Pearson Date: Sun, 8 Oct 2017 21:04:37 -0700 Subject: [PATCH 1/2] Update syntactic#vim --- plugged/syntastic | 1 + pluginSettings/syntastic | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 plugged/syntastic diff --git a/plugged/syntastic b/plugged/syntastic new file mode 160000 index 0000000..0858da6 --- /dev/null +++ b/plugged/syntastic @@ -0,0 +1 @@ +Subproject commit 0858da63ec847890ecd04e21bf01d92afdc8b323 diff --git a/pluginSettings/syntastic b/pluginSettings/syntastic index bb7bd70..06d517d 100644 --- a/pluginSettings/syntastic +++ b/pluginSettings/syntastic @@ -2,7 +2,7 @@ " Syntastic - Syntax checking on the fly " -------------------------------------- -" Plug 'scrooloose/syntastic' +Plug 'scrooloose/syntastic' " nmap sy :SyntasticToggleMode From 50bef7f0ab3899e3df76393f1a01e57c9c31d747 Mon Sep 17 00:00:00 2001 From: Kit Pearson Date: Wed, 31 Oct 2018 21:57:00 -0700 Subject: [PATCH 2/2] Add vim-scala --- plugins | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins b/plugins index 1d9ca62..0b3b336 100644 --- a/plugins +++ b/plugins @@ -72,6 +72,8 @@ Plug 'mxw/vim-jsx' " YouCompleteMe - Intelligent completion with fuzzy matching Plug 'Valloric/YouCompleteMe' +Plug 'derekwyatt/vim-scala' + " VTR - Vim tmux integration " Plug 'christoomey/vim-tmux-navigator'