Skip to content

Commit 37234f3

Browse files
committed
Merge pull request #348 from koenwtje/readme-cleanup
Readme cleanup
2 parents 911f8e8 + fdfe444 commit 37234f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ vim-go has several `<Plug>` mappings which can be used to create custom
8888
mappings. Below are some examples you might find useful:
8989

9090
Show a list of interfaces which is implemented by the type under your cursor
91-
with `<leader>s`
91+
with `<leader>s`
9292

9393
```vim
9494
au FileType go nmap <Leader>s <Plug>(go-implements)
@@ -200,13 +200,13 @@ If trying to use `:GoDef`, `:GoInfo` and get a `command not found`, check that
200200
Before opening vim, check your current `$PATH`:
201201

202202
echo $PATH
203-
204-
after opening vim, run `:echo $PATH`, the output must be your current `$PATH` + `$PATH/bin` (the location where `:GoInstallBinaries` installed the binaries
203+
204+
after opening vim, run `:echo $PATH`, the output must be your current `$PATH` + `$GOPATH/bin` (the location where `:GoInstallBinaries` installed the binaries
205205

206206
If problem persists and you are using maybe 'csh' or other shell, try adding this to your .vimrc:
207207

208208
set shell=/bin/sh
209-
209+
210210

211211

212212
### I'm using Fish shell but have some problems using Vim-go
@@ -242,7 +242,7 @@ Give it a try. I hope you like it. Feel free to contribute to the project.
242242

243243
## Donations
244244

245-
Vim-go is an open source project and I'm working on it on my free times. I'm spending a lot of time and thoughts to make it stable, fixing bugs, adding new features, etc... If you like vim-go and find it helpful, you might give me a gift from some of the books (kindle) I have in my wish list:
245+
Vim-go is an open source project and I'm working on it on my free times. I'm spending a lot of time and thoughts to make it stable, fixing bugs, adding new features, etc... If you like vim-go and find it helpful, you might give me a gift from some of the books (kindle) I have in my wish list:
246246

247247
[Amazon.com Fatih's Wish List](http://amzn.com/w/3RUTKZC0U30P6). Thanks!
248248

0 commit comments

Comments
 (0)