EGLOT: Add eglot
LSP client which is built-in
This commit is contained in:
parent
a1a3856486
commit
629f3da53b
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue