forked from farazdagi/vim-go-ide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ Get started with Go development in minutes! | |
|
||
### 1. Install runtime: | ||
|
||
Fork the repo, and then clone it to `~/.vim_go_runtime`. Once done, just run installation script: | ||
|
||
git clone [email protected]:farazdagi/vim-go-ide.git ~/.vim_go_runtime | ||
sh ~/.vim_go_runtime/bin/install | ||
|
||
|
@@ -26,4 +28,4 @@ In order for the [amazing vim-go](https://github.com/fatih/vim-go) to be most us | |
|
||
![Screenshot](https://raw.githubusercontent.com/farazdagi/vim-go-ide/master/screenshot.png) | ||
|
||
Yep, that's it! | ||
Yep, that's it! You can also read a corresponding [blog post](http://farazdagi.com/blog/2015/vim-as-golang-ide/). |