Skip to content

Commit

Permalink
Merge pull request #2 from vim-jp/rtp-inst
Browse files Browse the repository at this point in the history
improve instruction for runtimepath
  • Loading branch information
koron committed Jul 15, 2014
2 parents 7ea3cd7 + e443086 commit 9fb340a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ To use all the Vim plugins, add these lines to your $HOME/.vimrc.
filetype off
filetype plugin indent off
endif
set runtimepath+=$GOROOT/misc/vim " replace $GOROOT with the output of: go env GOROOT
" replace $GOPATH with the one of output of: go env GOPATH
set runtimepath+=$GOPATH/src/github.com/vim-jp/go-vim
filetype plugin indent on
syntax on

Expand Down

0 comments on commit 9fb340a

Please sign in to comment.