Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 350 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 350 Bytes

vimrc

Vim Configuration

Installation

$ git clone [email protected]:alyyousuf7/vimrc.git ~/.vim
$ ln -s ~/.vim/vimrc ~/.vimrc
  • Install plugins by running :PlugInstall in vim.
  • Set Powerline variant font for non-ASCII characters.
  • Execute go get -u github.com/mdempsky/gocode to install Golang autocompletion with deoplete.