From 43cb6595d2050983e4b90ae2ce7396aaca15cda3 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Thu, 26 Sep 2019 11:04:25 -0600 Subject: [PATCH] Reordered based on dependencies --- vim/vundle.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/vundle.vim b/vim/vundle.vim index 7136f9b..194668c 100644 --- a/vim/vundle.vim +++ b/vim/vundle.vim @@ -22,10 +22,10 @@ Plugin 'VundleVim/Vundle.vim' Plugin 'git://github.com/Valloric/YouCompleteMe.git' " leafgarland -- typescript recognition " Plugin 'https://github.com/leafgarland/typescript-vim' -" ale -- asynchronus error checking - Plugin 'https://github.com/w0rp/ale' " omnisharp (c#) Plugin 'OmniSharp/omnisharp-vim' +" ale -- asynchronus error checking + Plugin 'https://github.com/w0rp/ale' " example for local command: " Plugin 'file:///home/gmarik/path/to/plugin'