-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
No good working in golang #97
Comments
Can you share the output by |
Maybe the cause of this problem is the same as the #98. |
Yep, it might be issue with function() return require("nvim-navic").is_available() end |
The issue is that the Go LSP (gopls) is providing less context that for example a Lua LSP (which gives too much structure imo). So with Go you only see the function, method or struct but not deeper than one level in nvim-navic. I think treesitter might be a better fit for this plugin that LSP. Optionally having which types to put in the breadcrumb configurable. |
@marcelbeumer Can you give example of code snippet and the information shown vs what information you want to see instead? I am not well versed in golang |
In .go files it shows only functions, so variables in functions not available (I am talking about winbar)
The text was updated successfully, but these errors were encountered: