feat(lsp): add make-ls server for makefile-mode
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
(add-to-list 'eglot-server-programs '(web-mode . ("rass" "--" "htmx-lsp" "--" "intelephense" "--stdio")))
|
||||
(add-to-list 'eglot-server-programs '(html-mode . ("rass" "--" "htmx-lsp" "--" "intelephense" "--stdio")))
|
||||
(add-to-list 'eglot-server-programs '(nhtml-mode . ("rass" "--" "htmx-lsp" "--" "intelephense" "--stdio")))
|
||||
(add-to-list 'eglot-server-programs 'makefile-mode . ("make-ls"))
|
||||
;;(add-to-list 'eglot-server-programs '(markdown-mode . ("marksman")))
|
||||
(add-to-list 'eglot-ignored-server-capabilities :inlayHintProvider)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user