swift.vim icon indicating copy to clipboard operation
swift.vim copied to clipboard

Use swift's language server

Open merisbahti opened this issue 5 years ago • 1 comments

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

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

merisbahti avatar Mar 18 '19 11:03 merisbahti

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

keith avatar Mar 18 '19 14:03 keith