Skip to content

Commit

Permalink
chore: remove languageFeatures, documentFeatures (#2336)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Dec 21, 2022
1 parent baab771 commit d8a4493
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions lua/lspconfig/server_configurations/volar.lua
Expand Up @@ -10,40 +10,6 @@ local volar_init_options = {
typescript = {
tsdk = '',
},
languageFeatures = {
implementation = true,
-- not supported - https://github.com/neovim/neovim/pull/14122
semanticTokens = false,
references = true,
definition = true,
typeDefinition = true,
callHierarchy = true,
hover = true,
rename = true,
renameFileRefactoring = true,
signatureHelp = true,
codeAction = true,
completion = {
defaultTagNameCase = 'both',
defaultAttrNameCase = 'kebabCase',
},
schemaRequestService = true,
documentHighlight = true,
documentLink = true,
codeLens = true,
diagnostics = true,
},
documentFeatures = {
-- not supported - https://github.com/neovim/neovim/pull/13654
documentColor = false,
selectionRange = true,
foldingRange = true,
linkedEditingRange = true,
documentSymbol = true,
documentFormatting = {
defaultPrintWidth = 100,
},
},
}

local bin_name = 'vue-language-server'
Expand Down

0 comments on commit d8a4493

Please sign in to comment.