From bffdd41823e055b53b71de14ef9ce7e352ff4f32 Mon Sep 17 00:00:00 2001 From: Andy Pack Date: Sun, 31 Dec 2023 14:50:20 +0000 Subject: [PATCH] adding vim guide --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4aa6a3..5ecf804 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ dotfiles ------------ -Configuration and dotfiles for *nix desktop apps \ No newline at end of file +Configuration and dotfiles for *nix desktop apps + +# Vim + +1. symlink vim/.vimrc to ~ +2. symlink vim/plugins.vim to ~/.vim +3. `git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim` +4. run vim and use command `:PluginInstall` \ No newline at end of file