lem icon indicating copy to clipboard operation
lem copied to clipboard

integration lsp-mode

Open cxxxr opened this issue 2 years ago • 2 comments

  • setting key maps
  • document
  • stabilization (Currently only gopls work satisfactorily)

cxxxr avatar Jun 04 '22 10:06 cxxxr

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

gavlooth avatar Jun 15 '22 19:06 gavlooth

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.

lambdart avatar Jun 29 '22 16:06 lambdart