-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
suda conflict with vim-go/coc.nvim when "navigate in golang lib src" #29
Comments
Probably they should ignore contents on non file buffer such as |
ok, I'll try to report the issue to vim-go. thank you. |
vim-go add a commit to fix the error output: fatih/vim-go#2951 but it likes that lsp-server not support non-file buffer, so "Go to symbol/declaration" just not work on since vim-go close the issue, here closed too. |
I think that the correct way to fix that error. Supporting |
Thank you, I'm not really want to issue a disturbance again. Maybe... , I'll create a pr by myself at another time. |
when navigating in golang lib src (such as suda:///usr/lib/go/src/time/time.go), lsp-server return the location, then vim emit a error:
neovim 0.4.3
vim has similar output.
my suda config:
disable suda or
let g:suda_smart_edit = 0
can get rid of it.a similar issue from vim-go may have a relationship:
fatih/vim-go#2504
should I report a issue to vim-go also?
thank you.
The text was updated successfully, but these errors were encountered: