EGLOT: Add eglot

LSP client which is built-in
This commit is contained in:
Laurens Miers 2023-12-05 16:18:13 +01:00
parent a1a3856486
commit 629f3da53b

View file

@ -1167,6 +1167,14 @@ https://github.com/joaotavora/yasnippet
** C/C++ mode
*** Eglot
#+BEGIN_SRC emacs-lisp
(use-package eglot
:hook (prog-mode . eglot-ensure)
)
#+END_SRC
*** Company
#+BEGIN_SRC emacs-lisp