From 9396ea4935409cd4b2d8e632cc4603f7a44713ba Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 29 May 2022 14:36:31 +0200 Subject: [PATCH] autopushed --- vundle.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vundle.md diff --git a/vundle.md b/vundle.md new file mode 100644 index 000000000..aea7864d9 --- /dev/null +++ b/vundle.md @@ -0,0 +1,9 @@ +- an [[extension]]. + - there's a lot of [[plugin managers]] for [[vim]] but I tend to use [[vundle]] as it seems to work fine for me, and my .vimrc has all the 'Plugin' directives already. + - in a new machine, I just need to do: + +``` +git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim +``` + +And then in vim/[[nvim]]: `:PluginInstall`