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

Add autoimport support for LSP linters #2976

Closed
jeremija opened this issue Jan 20, 2020 · 1 comment · Fixed by #3196
Closed

Add autoimport support for LSP linters #2976

jeremija opened this issue Jan 20, 2020 · 1 comment · Fixed by #3196
Labels
enhancement LSP Any issue relating to LSP or tsserver

Comments

@jeremija
Copy link
Contributor

jeremija commented Jan 20, 2020

Hello!

I made some changes to completion.vim that enable autoimports for completions from LSP servers using the additionalTextEdits variable. I've used it for a while in a Go project and seems to work well (similar to #2779).

I'd like to submit a pull request for it, but I would need my PR #2823 merged (or rejected) first. This has been open for a while and I believe I've implemented all the requested changes. I'd greatly appreciate it if somebody can review this.

Cheers,
🍺

@w0rp w0rp added enhancement LSP Any issue relating to LSP or tsserver labels Feb 22, 2020
@w0rp
Copy link
Member

w0rp commented Feb 22, 2020

I'm slowing catching up on issues, and I might have a look at the pull request soon. My plan is to add stalebot only for pull requests, close some old pull request that haven't been looked at in ages, and merge all of the pull requests that are basically good to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement LSP Any issue relating to LSP or tsserver
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants