Emacs: Activate lsp for XML.
This commit is contained in:
parent
bcd99de364
commit
4a8dc7e2ce
|
@ -1,6 +1,6 @@
|
|||
;;; lsp.el --- Language Server Protocol. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-12-02T09:15:58+0100>
|
||||
;; Time-stamp: <2020-12-07T15:03:32+0100>
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
@ -44,6 +44,7 @@
|
|||
:hook ((c++-mode . lsp)
|
||||
(c-mode . lsp)
|
||||
(python-mode . lsp)
|
||||
(nxml-mode . lsp)
|
||||
(lsp-mode . lsp-enable-which-key-integration)))
|
||||
|
||||
;; Eye-candy and flycheck support for lsp-mode.
|
||||
|
|
Loading…
Reference in New Issue
Block a user