Sublime Forum

How would I get started developing a fork of the LSP plugin?

#1

I’m working on an LSP implementation for a new language, and I would like to fork the LSP plugin so that I can add some additional debugging touchpoints.

Can anyone offer guidance on how to do this? From what I can gather, it looks like I could fork on github, and then install the package using the repository location of the fork, but is there a way I can simplify this and just reference the package on my local filesystem?

0 Likes

#2

You should be able to download the LSP package from github and put it in your /Packages/ folder (on Debian this is at ~/.config/sublime-text-3/Packages/.

See: https://www.sublimetext.com/docs/3/packages.html

0 Likes