From ca333f3abd266e6608b9b2368d6d4eab0fcdc777 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Sat, 4 Nov 2023 14:19:41 +1100 Subject: [PATCH] Drop async.vim since nothing is using it --- dot-config/vim/plugins.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/dot-config/vim/plugins.vim b/dot-config/vim/plugins.vim index e0d9c6b..e4fa84d 100644 --- a/dot-config/vim/plugins.vim +++ b/dot-config/vim/plugins.vim @@ -26,7 +26,6 @@ minpac#add('k-takata/minpac', {type: 'opt'}) # to 'runtimepath' in REVERSE alphabetical order, so we have to put # vim-sensible at the end of the alphabet like so to get it loaded first. minpac#add('tpope/vim-sensible', {name: 'zz-vim-sensible'}) -minpac#add('prabirshrestha/async.vim') minpac#add('lifepillar/vim-gruvbox8')