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 = {},
|
-- emmet_language_server = {},
|
||||||
gdscript = {},
|
gdscript = {},
|
||||||
helm_ls = { filetypes = { "helm", "yaml.helm-values" } },
|
helm_ls = { filetypes = { "helm", "yaml.helm-values" } },
|
||||||
},
|
|
||||||
hls = { filetypes = { "haskell", "lhaskell", "cabal" } },
|
hls = { filetypes = { "haskell", "lhaskell", "cabal" } },
|
||||||
html = {},
|
html = {},
|
||||||
jsonls = {
|
jsonls = {
|
||||||
@@ -94,7 +93,6 @@ local servers = {
|
|||||||
},
|
},
|
||||||
tailwindcss = {},
|
tailwindcss = {},
|
||||||
terraformls = {},
|
terraformls = {},
|
||||||
vtsls = {
|
|
||||||
-- ts_ls = {},
|
-- ts_ls = {},
|
||||||
vtsls = {
|
vtsls = {
|
||||||
maxTsServerMemory = 16384,
|
maxTsServerMemory = 16384,
|
||||||
@@ -111,17 +109,11 @@ local servers = {
|
|||||||
vtsls = {
|
vtsls = {
|
||||||
enableMoveToFileCodeAction = true,
|
enableMoveToFileCodeAction = true,
|
||||||
autoUseWorkspaceTsdk = true,
|
autoUseWorkspaceTsdk = true,
|
||||||
experimental = {
|
experimental = { completion = { enableServerSideFuzzyMatch = true } },
|
||||||
completion = {
|
|
||||||
enableServerSideFuzzyMatch = true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
typescript = {
|
typescript = {
|
||||||
updateImportsOnFileMove = { enabled = "always" },
|
updateImportsOnFileMove = { enabled = "always" },
|
||||||
suggest = {
|
suggest = { completeFunctionCalls = true },
|
||||||
completeFunctionCalls = true,
|
|
||||||
},
|
|
||||||
inlayHints = {
|
inlayHints = {
|
||||||
enumMemberValues = { enabled = true },
|
enumMemberValues = { enabled = true },
|
||||||
functionLikeReturnTypes = { enabled = true },
|
functionLikeReturnTypes = { enabled = true },
|
||||||
|
|||||||
Reference in New Issue
Block a user