Created
February 10, 2016 07:33
-
-
Save marawannwh/4069f5659fb0f55aa0eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let $GOPATH = 'home/marwan/go' | |
call plug#begin('~/.vim/plugged') | |
Plug 'fatih/vim-go' | |
call plug#end() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment