mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tweak(web): add nxml mode to LSP enabled modes
Since lsp-mode supports XML (see https://emacs-lsp.github.io/lsp-mode/page/lsp-xml/), it makes sense to add nxml-mode to the list of automatically enabled lsp mode clients.
This commit is contained in:
committed by
Henrik Lissner
parent
07f2d17a11
commit
595a5e665c
@ -165,5 +165,6 @@
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(add-hook! '(html-mode-local-vars-hook
|
||||
web-mode-local-vars-hook)
|
||||
web-mode-local-vars-hook
|
||||
nxml-mode-local-vars-hook)
|
||||
#'lsp!))
|
||||
|
Reference in New Issue
Block a user