My vimrc. Designed to work better with Go.
It uses 'fatih/vim-go' to work with Go. To better faciliate editing Go source code, YCM and utilsnips are also used.
Follow the following steps to use this config:
- Setup Go development environment. Set GOPATH
- run
./deploy.sh
. sudo apt-get install build-essential cmake python-dev libclang-dev
cd ~/.vim/bundle/YouCompleteMe
./install.sh --clang-completer