https://github.com/devatoria/vim
Vim initrc
https://github.com/devatoria/vim
Last synced: 5 months ago
JSON representation
Vim initrc
- Host: GitHub
- URL: https://github.com/devatoria/vim
- Owner: Devatoria
- Created: 2017-06-06T20:00:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T16:10:01.000Z (almost 6 years ago)
- Last Synced: 2025-06-21T03:49:29.054Z (about 1 year ago)
- Language: Vim script
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim
My vimrc config.
## Install
* Install `macvim` from brew
* Install [Vundle](https://github.com/VundleVim/Vundle.vim)
* Copy `.vimrc` file to `~/.vimrc`
* Open `vim`
* Run `:PluginInstall`
* Run `~/.vim/bundle/YouCompleteMe/install.py --all --go-completer` to completely install YouCompleteMe plugin
* This must be re-run every time `macvim` or plugins are updated
* Be careful to unset `GOOS` and `GOARCH` before running this