Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgan59/vim
my vimrc
https://github.com/mgan59/vim
Last synced: 2 days ago
JSON representation
my vimrc
- Host: GitHub
- URL: https://github.com/mgan59/vim
- Owner: mgan59
- Created: 2013-09-09T14:22:29.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T05:04:18.000Z (almost 9 years ago)
- Last Synced: 2023-03-11T20:49:25.776Z (over 1 year ago)
- Language: VimL
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vim
===To set up on a new machine:
1. `rm -rf ~/.vim` (backup first if necessary)
2. `mkdir ~/.vim && cd ~/.vim`
2. `git init`
3. `git remote add origin [email protected]:mgan59/vim.git`
4. `git pull origin master`
5. Clone the vundle project (submodule) `git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle`
6. SymLink `ln -s ~/.vim/.vimrc ~/.vimrc`
6. Or copy .vimrc `cp ~/.vim/.vimrc ../.vimrc`
7. Launch vim and run `:BundleInstall`
8. Install macvim
9. So you can use rebase `git config --global core.editor "mvim -f"`View the [macosx instructions](configureMacVim.md) about installing MacVim using brew
Compile YCM using instructions @ https://github.com/Valloric/YouCompleteMe