Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richistron/vim-setup
My vim setup
https://github.com/richistron/vim-setup
Last synced: 8 days ago
JSON representation
My vim setup
- Host: GitHub
- URL: https://github.com/richistron/vim-setup
- Owner: richistron
- Created: 2014-11-06T17:04:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-22T15:17:24.000Z (over 10 years ago)
- Last Synced: 2024-04-15T03:20:07.219Z (7 months ago)
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My vim-setup
Only tested with MacVim setup, no idea if it works on something else
## Install
Clone it into ~/.vim folder
git clone git://github.com/dabit/vim-setup.git .vim
Then go into that folder and init the submodules
cd ~/.vim
git submodule init && git submodule updateAnd create symlinks for the config files
cd
ln -s ~/.vim/gvimrc .gvimrc
ln -s ~/.vim/vimrc .vimrc### Compile Command-t
You have to compile the Command-t extension
cd ~/.vim/bundle/command-t
bundle
rake make## Your own settings
Add them to _~/.vimrc.local_
Done