https://github.com/rogeriopvl/.vim
My vim config folder
https://github.com/rogeriopvl/.vim
config vim
Last synced: about 1 year ago
JSON representation
My vim config folder
- Host: GitHub
- URL: https://github.com/rogeriopvl/.vim
- Owner: rogeriopvl
- Created: 2010-03-05T14:57:22.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T17:24:03.000Z (over 4 years ago)
- Last Synced: 2025-03-28T00:44:00.551Z (about 1 year ago)
- Topics: config, vim
- Language: Vim script
- Homepage: http://github.com/rogeriopvl/.vim
- Size: 481 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## .vim folder
### Info
This is my `.vim/` folder that contains all the plugins and configurations that I need on vim.
### Install
To install these configs just do a `git clone` in your home directory:
git clone git://github.com/rogeriopvl/.vim.git
Then run `install.sh` contained inside the repo:
./install.sh
This will install vundle, create symlinks if needed, and call vim with the BundleInstall option to fetch all plugins. If you use syntastic, it will give lots of errors at the end of BundleInstall. Just ignore them, everything will be normal after vim restart.
This script will do the following:
- Fetch and install Vundle (vim plugin manager)
- Create `~/.vimrc` and `~/.gvimrc` symlinks if these files don't exist
- Run vim with `+BundleInstall +qall` to fetch and install all vim/vundle plugins
### Troubleshooting
The syntastic plugin will usually output lots of errors after `BundleInstall`. You can safely ignore theses errors and restart vim. The errors will disapear.