dhananjaylatkar / cscope_lsp

LSP server using cscope
MIT License
2 stars 0 forks source link

Leading slash in absolute paths is missing #2

Closed xdavidel closed 4 months ago

xdavidel commented 4 months ago

I just had an option to use the LSP version of this plugin. (This is awesome btw!)

I have an issue in which when using a full path for cscope.files the leading "/" is missing and navigation does not work anymore.

I.E: /home/<user>/... becomes home/<user>/...

This is easily fixed by using a relative path instead. Still, I thought it is worth mentioning.

10x for the hard work!

dhananjaylatkar commented 4 months ago

Hey @xdavidel

I have uploaded fix. Please check.

xdavidel commented 4 months ago

Looks OK to me! 10x