monnand / vimrc

my vimrc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vimrc

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

About

my vimrc


Languages

Language:Vim Script 96.0%Language:Shell 4.0%