development: migrate to vue-language-server
This commit is contained in:
parent
5bdaaa3251
commit
d9b6df39a1
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@
|
|||
:getDocumentPrintWidthRequest nil)
|
||||
:documentSymbol t
|
||||
:documentColor t)))))
|
||||
(add-to-list 'eglot-server-programs `(vue-mode . ("${pkgs.nodePackages.volar}/bin/vue-language-server" "--stdio" :initializationOptions ,(vue-eglot-init-options))))
|
||||
(add-to-list 'eglot-server-programs `(vue-mode . ("${pkgs.vue-language-server}/bin/vue-language-server" "--stdio" :initializationOptions ,(vue-eglot-init-options))))
|
||||
(setq vue--front-tag-lang-regex
|
||||
(concat "<%s" ; The tag name
|
||||
"\\(?:" ; Zero of more of...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue