dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 30c34c304e702b49934d2519c1508c2f24b72909
parent 43830e2e6ff3a771c8117fe940781dd81b6e6e87
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon, 26 Jul 2021 09:41:18 +0200

vim: some aliases for PlugInstall/PlugClean

Diffstat:
Mvim/after/plugin/plug.vim | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/vim/after/plugin/plug.vim b/vim/after/plugin/plug.vim @@ -1,3 +1,5 @@ if g:loaded_plug command! PU PlugUpgrade | PlugUpdate + command! PI PlugInstall + command! PC PlugClean endif