Closed
Description
Hi, I am using new interface lsp
. Is it any possible to add automatic client detection for lsp-clients
? Like eglot
, then only one config to setup.
(add-hook 'prog-mode-hook 'lsp)
Users don't need to care about lsp
client should be used in which mode. lsp
knows which client should be started in current programming mode. That's more intelligent.