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

Interoperability with navigator #533

Open
Zach-Johnson opened this issue Dec 20, 2024 · 0 comments
Open

Interoperability with navigator #533

Zach-Johnson opened this issue Dec 20, 2024 · 0 comments

Comments

@Zach-Johnson
Copy link

Hi - I have a question about using this plugin along with Navigator. I'd like to be able to use Navigator for the GUI bits and for common keybindings and I'd like to still be able to use the nice functionality from this plugin for things like inlay hints and such. Enabling the default lsp config on this plugin doesn't do anything unless I also disable gopls in Navigator, and then I lose the functionality from Navigator. I can import the gopls config from this plugin with local goplscfg = require 'go.lsp'.config() and use that as the lsp config in Navigator and that kind of works, but it seems like there is some kind of start up race and I'm only getting the right functionality some of the time. What is the right way to set up these two plugins so that I can use Navigator as the source of truth for the lsp configuration and still use this plugin?

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

No branches or pull requests

1 participant