File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 41
41
:link '(url-link " https://github.com/vuejs/language-tools" )
42
42
:package-version '(lsp-mode . " 9.0.0" ))
43
43
44
- (defcustom lsp-volar-take-over-mode t
44
+ (defcustom lsp-volar-take-over-mode nil
45
45
" Enable Take Over Mode."
46
46
:type 'boolean
47
47
:group 'lsp-volar
48
48
:package-version '(lsp-mode . " 9.0.0" ))
49
49
50
- (defcustom lsp-volar-hybrid-mode nil
50
+ (defcustom lsp-volar-hybrid-mode t
51
51
" Enable Hybrid Mode."
52
52
:type 'boolean
53
53
:group 'lsp-volar
54
54
:package-version '(lsp-mode . " 9.0.1" ))
55
55
56
+ (defcustom lsp-volar-as-add-on nil
57
+ " Run volar LSP server alongside other LSP server(s)"
58
+ :type 'boolean
59
+ :group 'lsp-volar
60
+ :package-version '(lsp-mode . " 9.0.1" ))
61
+
56
62
(defcustom lsp-volar-activate-file " .volarrc"
57
63
" A file with a custom name placed in WORKSPACE-ROOT is used to force enable
58
64
volar when there is no package.json in the WORKSPACE-ROOT."
@@ -125,6 +131,7 @@ in the WORKSPACE-ROOT."
125
131
:activation-fn 'lsp-volar--activate-p
126
132
:priority 0
127
133
:multi-root nil
134
+ :add-on? lsp-volar-as-add-on
128
135
:server-id 'vue-semantic-server
129
136
:initialization-options (lambda () (ht-merge (lsp-configuration-section " typescript" )
130
137
(lsp-configuration-section " vue" )
You can’t perform that action at this time.
0 commit comments