Vim Configuration
$ git clone git@github.com:alyyousuf7/vimrc.git ~/.vim
$ ln -s ~/.vim/vimrc ~/.vimrc
- Install plugins by running
:PlugInstall
invim
. - Set Powerline variant font for non-ASCII characters.
- Execute
go get -u github.com/mdempsky/gocode
to install Golang autocompletion withdeoplete
.