From e729b1deb36431d75843011717367977696ca7e1 Mon Sep 17 00:00:00 2001 From: Geoff Harcourt Date: Mon, 29 Jul 2019 15:49:37 -0400 Subject: [PATCH] Update ALE location on Github ALE has moved to an organization, so the old repository location gets redirected. --- vimrc.bundles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc.bundles b/vimrc.bundles index 2d4ca02..7b6e710 100644 --- a/vimrc.bundles +++ b/vimrc.bundles @@ -37,7 +37,7 @@ Plug 'vim-ruby/vim-ruby' Plug 'vim-scripts/tComment' if g:has_async - Plug 'w0rp/ale' + Plug 'dense-analysis/ale' endif if filereadable(expand("~/.vimrc.bundles.local"))