mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
update volar to 0.27.23
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
|
||||
call "%~dp0\npm_install.cmd" volar-server @volar/server@0.27.21
|
||||
call "%~dp0\npm_install.cmd" volar-server @volar/server@0.27.23
|
||||
call npm install typescript@4.4
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
|
||||
set -e
|
||||
|
||||
"$(dirname "$0")/npm_install.sh" volar-server @volar/server@0.27.21
|
||||
"$(dirname "$0")/npm_install.sh" volar-server @volar/server@0.27.23
|
||||
npm install typescript@4.4
|
||||
|
||||
@@ -22,6 +22,7 @@ endfunction
|
||||
let g:vim_lsp_settings_volar_options = {
|
||||
\ 'typescript': {
|
||||
\ 'serverPath': '',
|
||||
\ 'localizedPath': v:null,
|
||||
\ },
|
||||
\ 'languageFeatures': {
|
||||
\ 'references': v:true,
|
||||
@@ -40,9 +41,7 @@ let g:vim_lsp_settings_volar_options = {
|
||||
\ },
|
||||
\ 'documentHighlight': v:true,
|
||||
\ 'documentLink': v:true,
|
||||
\ 'codeLens': {
|
||||
\ 'showReferencesNotification': v:false,
|
||||
\ },
|
||||
\ 'codeLens': v:true,
|
||||
\ 'semanticTokens': v:true,
|
||||
\ 'codeAction': v:true,
|
||||
\ 'diagnostics': v:true,
|
||||
@@ -72,6 +71,7 @@ let g:vim_lsp_settings_volar_config = {
|
||||
\ 'trace': { 'server': 'off' },
|
||||
\ },
|
||||
\ 'volar': {
|
||||
\ 'lowPowerMode': v:false,
|
||||
\ 'codeLens': {
|
||||
\ 'references': v:false,
|
||||
\ 'pugTools': v:false,
|
||||
@@ -81,15 +81,13 @@ let g:vim_lsp_settings_volar_config = {
|
||||
\ 'printWidth': 100,
|
||||
\ },
|
||||
\ 'icon': {
|
||||
\ 'splitEditors': v:true,
|
||||
\ 'splitEditors': v:false,
|
||||
\ 'preview': v:false,
|
||||
\ 'finder': v:false,
|
||||
\ },
|
||||
\ 'lowPowerMode': v:false,
|
||||
\ 'autoCompleteRefs': v:true,
|
||||
\ "takeOverBuiltinTsExtension": v:false,
|
||||
\ 'tsPlugin': v:null,
|
||||
\ 'tsPluginStatus': v:false,
|
||||
\ 'tsPlugin': v:false,
|
||||
\ 'checkVueTscVersion': v:false,
|
||||
\ 'preferredTagNameCase': 'auto',
|
||||
\ 'preferredAttrNameCase': 'auto',
|
||||
|
||||
Reference in New Issue
Block a user