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

Use swift's language server #136

Open
merisbahti opened this issue Mar 18, 2019 · 1 comment
Open

Use swift's language server #136

merisbahti opened this issue Mar 18, 2019 · 1 comment

Comments

@merisbahti
Copy link

Apple has released a new language server protocol implementation, is this something we could use in this project?

https://github.com/apple/sourcekit-lsp

@keith
Copy link
Owner

keith commented Mar 18, 2019

We could definitely add configuration for LSP plugins that supported sourcekit-LSP here, just like we have for running swiftlint. But I also think we could add many of those to the upstream LSP plugins as well. I'm currently using it with vim-LSP which that project has example setup instructions for https://github.com/apple/sourcekit-lsp/blob/master/Editors/README.md#vim-8

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

2 participants