Vetur not working.
#781
-
Eglot: Server starts correctly, but always return Setup elisp: (use-package web-mode)
(use-package add-node-modules-path)
(use-package eglot)
(define-derived-mode vue-mode web-mode "Vue"
(setq web-mode-script-padding 0)
(setq web-mode-style-padding 0))
(add-hook 'vue-mode-hook #'add-node-modules-path)
(add-to-list 'auto-mode-alist '("\\.vue\\'" . vue-mode))
(with-eval-after-load 'flycheck
(flycheck-add-mode 'javascript-eslint 'vue-mode))
(add-to-list 'eglot-server-programs
`(vue-mode "vls")) EGLOT log
|
Beta Was this translation helpful? Give feedback.
Answered by
jilen
Mar 24, 2022
Replies: 1 comment
-
Seems fixed in recent updates |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jilen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems fixed in recent updates