Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neovim integration details in vim-go.txt and README.md #689

Merged
merged 1 commit into from
Jan 18, 2016
Merged

Neovim integration details in vim-go.txt and README.md #689

merged 1 commit into from
Jan 18, 2016

Conversation

nhooyr
Copy link
Contributor

@nhooyr nhooyr commented Jan 18, 2016

The neovim integration details have been added in both vim-go.txt and
README.md. Also a little bit of cleanup and consistency fixes.

Fixes #652

@@ -629,6 +668,19 @@ if "inside a function", select contents of a function,


===============================================================================
FUNCTIONS *go-functions*

There is only one function at the moment and it is neovim only.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also have go#complete#GetInfo() which returns the description of the identifier under the cursor. It can be also plugged into statusline. This function is also used for the go_auto_type_info feature.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fatih I'll add that in, I'm at school atm, have to do some bullshit VB work.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm just going over it. No worries, take your time ;) I've went over the same bullshit back in university, that's life :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fatih i'm actually still in high school. the assignments are so annoying only because programming in visual studio takes so long.

@fatih
Copy link
Owner

fatih commented Jan 18, 2016

@nhooyr this is an awesome contribution. Thanks! once you changed/fixed the review notes I'll merge it 👍

The neovim integration details have been added in both vim-go.txt and
README.md. Also a little bit of cleanup and consistency fixes
@nhooyr
Copy link
Contributor Author

nhooyr commented Jan 18, 2016

@fatih should be good now.

fatih added a commit that referenced this pull request Jan 18, 2016
Neovim integration details in vim-go.txt and README.md
@fatih fatih merged commit 55467c6 into fatih:master Jan 18, 2016
@fatih
Copy link
Owner

fatih commented Jan 18, 2016

Thanks @nhooyr , awesome work :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Neovim integration details both to doc.txt and README.md
2 participants