lem
lem copied to clipboard
integration lsp-mode
- setting key maps
- document
- stabilization (Currently only gopls work satisfactorily)
Hi, can you give some information on lsp ? how does one invoke it? is it extensible? seems that every language server is hardcoded
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.