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 cmakesudo apt-get install python-devsudo apt-get install libclang-devcd ~/.vim/bundle/YouCompleteMe./install.sh --clang-completer