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:
Sven Fischer 2021-09-18 16:28:16 +02:00 committed by Henrik Lissner
parent 07f2d17a11
commit 595a5e665c

View file

@ -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!))