emacs: Add flycheck-eglot
This commit is contained in:
parent
1faadca3d5
commit
e79c591a42
1 changed files with 9 additions and 0 deletions
|
@ -938,6 +938,15 @@ Show inline git-blame with [[https://github.com/Artawower/blamer.el][blamer.el]]
|
|||
(global-flycheck-mode))
|
||||
#+end_src
|
||||
|
||||
Add eglot support for flycheck-mode
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package flycheck-eglot
|
||||
:after (flycheck eglot)
|
||||
:config
|
||||
(global-flycheck-eglot-mode 1))
|
||||
#+end_src
|
||||
|
||||
*** Tree-sitter
|
||||
|
||||
[[https://tree-sitter.github.io/][tree-sitter]] is a new development in parsing and syntax highlighting. It has been merged into Emacs 29, but until that's released we're using the [[https://emacs-tree-sitter.github.io/][emacs-tree-sitter]] package while on Emacs 28.
|
||||
|
|
Loading…
Reference in a new issue