adding vim guide

This commit is contained in:
Andy Pack 2023-12-31 14:50:20 +00:00
parent ceb81d3211
commit bffdd41823

View File

@ -1,4 +1,11 @@
dotfiles
------------
Configuration and dotfiles for *nix desktop apps
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`