style(lsp): fix formatting and indentation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -20,7 +20,6 @@ local servers = {
|
||||
-- emmet_language_server = {},
|
||||
gdscript = {},
|
||||
helm_ls = { filetypes = { "helm", "yaml.helm-values" } },
|
||||
},
|
||||
hls = { filetypes = { "haskell", "lhaskell", "cabal" } },
|
||||
html = {},
|
||||
jsonls = {
|
||||
@@ -94,7 +93,6 @@ local servers = {
|
||||
},
|
||||
tailwindcss = {},
|
||||
terraformls = {},
|
||||
vtsls = {
|
||||
-- ts_ls = {},
|
||||
vtsls = {
|
||||
maxTsServerMemory = 16384,
|
||||
@@ -111,17 +109,11 @@ local servers = {
|
||||
vtsls = {
|
||||
enableMoveToFileCodeAction = true,
|
||||
autoUseWorkspaceTsdk = true,
|
||||
experimental = {
|
||||
completion = {
|
||||
enableServerSideFuzzyMatch = true,
|
||||
},
|
||||
},
|
||||
experimental = { completion = { enableServerSideFuzzyMatch = true } },
|
||||
},
|
||||
typescript = {
|
||||
updateImportsOnFileMove = { enabled = "always" },
|
||||
suggest = {
|
||||
completeFunctionCalls = true,
|
||||
},
|
||||
suggest = { completeFunctionCalls = true },
|
||||
inlayHints = {
|
||||
enumMemberValues = { enabled = true },
|
||||
functionLikeReturnTypes = { enabled = true },
|
||||
|
||||
Reference in New Issue
Block a user