https://github.com/diegotoral/my-vim
My Vim bundles and configurations.
https://github.com/diegotoral/my-vim
Last synced: about 2 months ago
JSON representation
My Vim bundles and configurations.
- Host: GitHub
- URL: https://github.com/diegotoral/my-vim
- Owner: diegotoral
- Created: 2013-03-04T23:42:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-17T20:05:38.000Z (about 12 years ago)
- Last Synced: 2025-01-17T15:16:42.544Z (4 months ago)
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My-Vim
My Vim bundles and configurations.## Installation
First follow the instructions to install [spf13-vim](https://github.com/spf13/spf13-vim) then clone this project to your *$HOME* directory, as followgit clone https://github.com/diegotoral/my-vim.git .my-vim
then create symlinks to .vimrc.local and .vimrc.bundles.local within your *$HOME* directory
ln -s ~/.my-vim/.vimrc.local ~/.vimrc.local && ln -s ~/.my-vim/.vimrc.bundles.local ~/.vimrc.bundles.local
Enjoy Vim!