mason.nvim icon indicating copy to clipboard operation
mason.nvim copied to clipboard

[New package]: https://github.com/swiftlang/sourcekit-lsp

Open varung opened this issue 1 year ago • 3 comments

I've searched open & closed issues for similar requests

  • [ ] Yes

Package name

sourcekit-lsp

Package homepage

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

Languages

swift

How is this package distributed?

I believe it is through github, not sure. It may be an integration with xcode

varung avatar Oct 13 '24 19:10 varung

Hello! Pull requests are always very welcomed to add new packages. If the distribution of the package is simple, the installation will most likely be so as well. See CONTRIBUTING.md and the API reference for more details! You may also use existing packages as reference.

 🤖 This is an automated comment.    📖 Source code 

williambotman avatar Oct 13 '24 19:10 williambotman

Do you know the install command from the source code for this? If yes, it would make it easy to implement.

Conarius avatar Oct 22 '24 23:10 Conarius

I'm looking into this as well. I found some docs I found about setting it up manually. Not sure how to translate them to work with Mason. New to neovim in general so any help would be awesome. I'm going to keep poking around and see what I can figure out.

https://www.swift.org/documentation/articles/zero-to-swift-nvim.html

@Conarius Maybe this is helpful to you?

EDIT: I got it working with a manual install.

kenthinson avatar May 07 '25 23:05 kenthinson