lem-project / lem

Common Lisp editor/IDE with high expansibility
http://lem-project.github.io/
MIT License
2.21k stars 163 forks source link

integration lsp-mode #578

Open cxxxr opened 2 years ago

cxxxr commented 2 years ago
gavlooth commented 2 years ago

Hi, can you give some information on lsp ? how does one invoke it? is it extensible? seems that every language server is hardcoded

lambdart commented 2 years ago

It's a protocol at the application level. Every language has its own server (so you have to start the server process) that will communicate with the client (probably an editor) to provide some IDE like functionalities.