aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--settings.json164
1 files changed, 82 insertions, 82 deletions
diff --git a/settings.json b/settings.json
index 845fbca..97b34ea 100644
--- a/settings.json
+++ b/settings.json
@@ -5,52 +5,64 @@
"requires": []
}
],
- "cpp": [
+ "clojure": [
{
- "command": "clangd",
+ "command": "clojure-lsp",
"requires": []
}
],
- "clojure": [
+ "cobol": [
{
- "command": "clojure-lsp",
+ "command": "cobol-language-support",
+ "requires": [
+ "java"
+ ]
+ }
+ ],
+ "cpp": [
+ {
+ "command": "clangd",
"requires": []
}
],
- "typescript": [
+ "cs": [
{
- "command": "typescript-language-server",
+ "command": "omnisharp-lsp",
"requires": [
"npm"
]
}
],
- "javascript": [
+ "css": [
{
- "command": "javascript-typescript-langserver",
+ "command": "css-languageserver",
"requires": [
"npm"
]
- },
+ }
+ ],
+ "dockerfile": [
{
- "command": "typescript-language-server",
+ "command": "docker-langserver",
"requires": [
"npm"
]
}
],
- "python": [
+ "elm": [
{
- "command": "pyls",
+ "command": "elm-language-server",
"requires": [
- "python3"
+ "npm"
]
}
],
- "rust": [
+ "fortran": [
{
- "command": "rls",
- "requires": []
+ "command": "fortls",
+ "requires": [
+ "python3"
+ ]
}
],
"go": [
@@ -61,17 +73,9 @@
]
}
],
- "ruby": [
- {
- "command": "solargraph",
- "requires": [
- "gem"
- ]
- }
- ],
- "php": [
+ "html": [
{
- "command": "intelephense",
+ "command": "html-languageserver",
"requires": [
"npm"
]
@@ -85,43 +89,33 @@
]
}
],
- "kotlin": [
- {
- "command": "kotlin-language-server",
- "requires": [
- "java"
- ]
- }
- ],
- "lua": [
+ "javascript": [
{
- "command": "emmylua-ls",
+ "command": "javascript-typescript-langserver",
"requires": [
- "java"
+ "npm"
]
- }
- ],
- "vim": [
+ },
{
- "command": "vim-language-server",
+ "command": "typescript-language-server",
"requires": [
"npm"
]
}
],
- "html": [
+ "json": [
{
- "command": "html-languageserver",
+ "command": "json-languageserver",
"requires": [
"npm"
]
}
],
- "css": [
+ "kotlin": [
{
- "command": "css-languageserver",
+ "command": "kotlin-language-server",
"requires": [
- "npm"
+ "java"
]
}
],
@@ -133,105 +127,111 @@
]
}
],
- "sass": [
+ "lua": [
{
- "command": "css-languageserver",
+ "command": "emmylua-ls",
"requires": [
- "npm"
+ "java"
]
}
],
- "cs": [
+ "php": [
{
- "command": "omnisharp-lsp",
+ "command": "intelephense",
"requires": [
"npm"
]
}
],
- "terraform": [
+ "python": [
{
- "command": "terraform-lsp",
- "requires": []
+ "command": "pyls",
+ "requires": [
+ "python3"
+ ]
}
],
- "dockerfile": [
+ "ruby": [
{
- "command": "docker-langserver",
+ "command": "solargraph",
"requires": [
- "npm"
+ "gem"
]
}
],
- "sh": [
+ "rust": [
{
- "command": "bash-language-server",
- "requires": [
- "npm"
- ]
+ "command": "rls",
+ "requires": []
}
],
- "yaml": [
+ "sass": [
{
- "command": "yaml-language-server",
+ "command": "css-languageserver",
"requires": [
"npm"
]
}
],
- "xml": [
+ "scala": [
{
- "command": "lsp4xml",
+ "command": "metals",
"requires": [
"java"
]
}
],
- "fortran": [
+ "sh": [
{
- "command": "fortls",
+ "command": "bash-language-server",
"requires": [
- "python3"
+ "npm"
]
}
],
- "scala": [
+ "swift": [
{
- "command": "metals",
+ "command": "sourcekit-lsp",
"requires": [
- "java"
+ "sourcekit-lsp"
]
}
],
- "elm": [
+ "terraform": [
{
- "command": "elm-language-server",
+ "command": "terraform-lsp",
+ "requires": []
+ }
+ ],
+ "typescript": [
+ {
+ "command": "typescript-language-server",
"requires": [
"npm"
]
}
],
- "json": [
+ "vim": [
{
- "command": "json-languageserver",
+ "command": "vim-language-server",
"requires": [
"npm"
]
}
],
- "swift": [
+ "xml": [
{
- "command": "sourcekit-lsp",
+ "command": "lsp4xml",
"requires": [
- "sourcekit-lsp"
+ "java"
]
}
],
- "cobol": [
+ "yaml": [
{
- "command": "cobol-language-support",
+ "command": "yaml-language-server",
"requires": [
- "java"
+ "npm"
]
}
]