Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 390 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 390 Bytes

vim-config

my vim config and preferred plugins

setup

  1. clone this into .vim or vimfiles
  2. make a symbolic link to .vimrc in your home directory
  3. run the load_plugins script to download the preferred plugins
ruby load_plugins.rb [options]

other requirements

vim-gocode requires gocode (https://github.com/nsf/gocode)

go get -u github.com/nsf/gocode