textadept-lsp icon indicating copy to clipboard operation
textadept-lsp copied to clipboard

Language server protocol client module for Textadept.

Results 4 textadept-lsp issues
Sort by recently updated
recently updated
newest added

After installing textadept-lsp in a fresh version of TextAdept and requiring it in my init.lua, the editor fails to load the required "lsp.dkjson" module. I couldn't find anything in textadept-lsp's...

Hi, preliminary findings: When you launch textadept from the GNOME dock, `lfs.abspath(ta)` in line 1297 returns `$HOME/textadept`. Workaround would be to add a `find_executable` to `lfs_ext` to find `textadept{-curses,-gtk}?` in...

*Low priority "cosmetic" problem. Please feel free to close the issue.* I'm using the versions of textadept and textadept-lsp from the repo as of two days ago. I have also...

This is so that users can optionally hook up another handling than `ui._print` to `find_references` results, yet the change is non-breaking. (So plain old normal `lsp.find_references()` calls see no change...