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

The popup border is invisible #99

Closed
Stark-X opened this issue Jul 15, 2024 · 6 comments
Closed

The popup border is invisible #99

Stark-X opened this issue Jul 15, 2024 · 6 comments
Labels
question Further information is requested

Comments

@Stark-X
Copy link

Stark-X commented Jul 15, 2024

Question or Suggestion

Now:
image
Should looks like:
image

I'm using vim-go, when I execute :GoDoc, the border is invisible, how can i fix this ?

@Stark-X Stark-X added the question Further information is requested label Jul 15, 2024
@scottmckendry
Copy link
Owner

How are you redirecting :GoDoc to a float? I've setup the plugin locally to test this out but by default the output of this command goes to a split. The docs don't mention floats either. Are you able to share your config or point me to the relevant docs?

Also, just out of curiosity, any reason you're not using the built-in lsp docs? They're really quite nice 😉
image

@scottmckendry scottmckendry added the waiting for op This issue is waiting for a response from the original poster label Jul 15, 2024
@scottmckendry
Copy link
Owner

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:
https://github.com/ray-x/go.nvim

@github-actions github-actions bot removed the waiting for op This issue is waiting for a response from the original poster label Jul 15, 2024
@Stark-X
Copy link
Author

Stark-X commented Jul 15, 2024

alright..
I'll try to use the go.nvim , tks a lot.

@Stark-X Stark-X closed this as completed Jul 15, 2024
@Stark-X
Copy link
Author

Stark-X commented Jul 17, 2024

image
I found an other problem, when I open a "quickfix" pane, the border/split-line is invisible too

image
and the also happen on the help-pane :help vim

@Stark-X Stark-X reopened this Jul 17, 2024
@scottmckendry
Copy link
Owner

Do you have hide_fillchars set to true in your cyberdream config? If not it could be your statusline setting. We found that to be the case here:
#81 (comment)

@scottmckendry scottmckendry added the waiting for op This issue is waiting for a response from the original poster label Jul 17, 2024
@Stark-X
Copy link
Author

Stark-X commented Jul 20, 2024

hide_fillchars set to true works !
and after switching to go.nvim + lspsaga, i found that lsp_keymaps=false must be set, or it will fallback to using the lsp hover function which display without border by default.

@Stark-X Stark-X closed this as completed Jul 20, 2024
@scottmckendry scottmckendry removed the waiting for op This issue is waiting for a response from the original poster label Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants