dotfiles

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

commit 326963e4e874313ca2c02d9a60909ccc3b016e26
parent 2ca9527796705b5411cd21951841d55ca069f320
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 12 May 2023 16:09:11 +0200

vim: remove packer commands (I use lazy now)

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

diff --git a/vim/after/plugin/plug.vim b/vim/after/plugin/plug.vim @@ -1,8 +1,8 @@ if g:loaded_plug if has('nvim') - command! PU PlugUpgrade | PlugUpdate | PackerSync - command! PI PlugInstall | PackerInstall | PackerSync - command! PC PlugClean | PackerClean + command! PU PlugUpgrade | PlugUpdate + command! PI PlugInstall + command! PC PlugClean else command! PU PlugUpgrade | PlugUpdate command! PI PlugInstall