(use-packageeglot :ensure t :config (add-to-list'eglot-server-programs '(c-mode. ("clangd"))) (add-to-list'eglot-server-programs '(c++-mode. ("clangd"))) (add-to-list'eglot-server-programs '(go-mode. ("gopls"))) (add-to-list'eglot-server-programs '(rustic-mode. ("rust-ana...
Connecting to a serverThese are just some of the servers that M-x eglot can use out of the box. The full list can be consulted in the eglot-server-programs variable, where you can easily add your own servers.Ada's ada_language_server Bash's bash-language-server C/C++'s clangd or ...