update volar to 0.27.23

This commit is contained in:
tsukkee
2021-09-21 15:57:54 +09:00
committed by mattn
parent 5ed5f8b090
commit 26521bf03d
3 changed files with 7 additions and 9 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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',