orbitalquark / textadept-lsp

Language server protocol client module for Textadept.
MIT License
28 stars 9 forks source link

Allow autocompletion labels containing spaces #18

Closed rayanamal closed 5 months ago

rayanamal commented 5 months ago

Default separator is space. This causes issues in LSPs in which there is a need for labels containing spaces, like the zk Zettelkasten lsp.

rayanamal commented 5 months ago

This turned out to be an inferior approach than setting buffer.auto_c_separator, aside from being a hack. New PR coming.