-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
The popup border is invisible #99
Comments
I think I found the problem - there's no border on the window and there also doesn't appear to be any way to set the Windows highlights either. https://github.com/fatih/vim-go/blob/master/autoload/go/doc.vim#L129 I'm not sure there's a whole lot I can do to make this look better without affecting all other floats in Neovim. I would suggest looking elsewhere for go dev in Neovim, it doesn't look like this plugin is even maintained anymore. This one here is a great option if you want something that works great out of the box: |
alright.. |
Do you have |
|
Question or Suggestion
Now:


Should looks like:
I'm using vim-go, when I execute
:GoDoc
, the border is invisible, how can i fix this ?The text was updated successfully, but these errors were encountered: