Skip to content

Commit

Permalink
tweak(eglot): register LSP server for AWK
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 22, 2023
1 parent d3565cc commit 5587589
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,9 @@
"--header-insertion-decorators"
"--header-insertion=iwyu"
"--pch-storage=memory")
"ccls"))
"ccls")

(+eglot-register '(awk-mode awk-ts-mode) "awk-language-server"))

(use-package eldoc
:straight (:type built-in)
Expand Down

0 comments on commit 5587589

Please sign in to comment.