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?