From 2423c2024234abe35b528bd2fee074a39b5c618d Mon Sep 17 00:00:00 2001 From: TheK4n Date: Tue, 21 Dec 2021 15:07:40 +0300 Subject: [PATCH] vimrc --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b2286c2..f3e0c34 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ install: ln -s $(PWD)/.zshrc ~ ln -s $(PWD)/.vim ~ ln -s $(PWD)/.vim/.vimrc ~ + git clone https://github.com/VundleVim/Vundle.vim.git $(PWD)/.vim/bundle/Vundle.vim vim +PluginInstall +qall clean: