zbelial / lspce

LSP Client for Emacs implemented as a module using rust.
GNU General Public License v3.0
154 stars 11 forks source link

Exchange data between elisp and rust in the form of sexp instead of json #11

Closed zbelial closed 4 months ago

zbelial commented 1 year ago

Implement and test it in a new branch.

zbelial commented 4 months ago

Since a new json parser has been installed in Emacs master, and it's very fast. I think there is no need to use sexp. So close this issue.