aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authorTsuyoshi CHO <Tsuyoshi.CHO@Gmail.com>2019-12-27 17:17:21 +0900
committerTsuyoshi CHO <Tsuyoshi.CHO@Gmail.com>2019-12-27 17:17:21 +0900
commit932a20589052608c4f540011b2ecaedf15bc4cef (patch)
tree3c1b7c5fb1b49ac95d12f373a352958b55abcc2d /settings.json
parentf1656ee6787f2459c191f3c42ecb328491c545cd (diff)
parente1198d7f03ca64021a5dd76a859df789408f650c (diff)
downloadvim-lsp-settings-932a20589052608c4f540011b2ecaedf15bc4cef.tar.gz
vim-lsp-settings-932a20589052608c4f540011b2ecaedf15bc4cef.tar.bz2
vim-lsp-settings-932a20589052608c4f540011b2ecaedf15bc4cef.zip
Merge branch 'master' into fix/windows-native-py3
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json166
1 files changed, 101 insertions, 65 deletions
diff --git a/settings.json b/settings.json
index 27d76d6..bf6c978 100644
--- a/settings.json
+++ b/settings.json
@@ -5,91 +5,109 @@
"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": [
- "py"
+ "npm"
]
- },
+ }
+ ],
+ "fortran": [
{
- "command": "pyls",
+ "command": "fortls",
"requires": [
"python3"
]
}
],
- "rust": [
+ "go": [
{
- "command": "rls",
+ "command": "gopls",
"requires": [
- "rustup"
+ "go"
]
}
],
- "go": [
+ "html": [
{
- "command": "gopls",
+ "command": "html-languageserver",
"requires": [
- "go"
+ "npm"
]
}
],
- "ruby": [
+ "java": [
{
- "command": "solargraph",
+ "command": "eclipse-jdt-ls",
"requires": [
- "gem"
+ "java"
]
}
],
- "php": [
+ "javascript": [
{
- "command": "intelephense",
+ "command": "javascript-typescript-langserver",
+ "requires": [
+ "npm"
+ ]
+ },
+ {
+ "command": "typescript-language-server",
"requires": [
"npm"
]
}
],
- "java": [
+ "json": [
{
- "command": "eclipse-jdt-ls",
+ "command": "json-languageserver",
"requires": [
- "java"
+ "npm"
]
}
],
@@ -101,6 +119,14 @@
]
}
],
+ "less": [
+ {
+ "command": "css-languageserver",
+ "requires": [
+ "npm"
+ ]
+ }
+ ],
"lua": [
{
"command": "emmylua-ls",
@@ -109,103 +135,113 @@
]
}
],
- "vim": [
+ "php": [
{
- "command": "vim-language-server",
+ "command": "intelephense",
"requires": [
"npm"
]
}
],
- "html": [
+ "python": [
{
- "command": "html-languageserver",
+ "command": "pyls",
"requires": [
- "npm"
+ "py"
]
- }
- ],
- "css": [
+ },
{
- "command": "css-languageserver",
+ "command": "pyls",
"requires": [
- "npm"
+ "python3"
]
}
],
- "cs": [
+ "reason": [
{
- "command": "omnisharp-lsp",
+ "command": "reason-language-server",
+ "requires": []
+ }
+ ],
+ "ruby": [
+ {
+ "command": "solargraph",
"requires": [
- "npm"
+ "gem"
]
}
],
- "terraform": [
+ "rust": [
{
- "command": "terraform-lsp",
+ "command": "rls",
"requires": []
}
],
- "dockerfile": [
+ "sass": [
{
- "command": "docker-langserver",
+ "command": "css-languageserver",
"requires": [
"npm"
]
}
],
- "sh": [
+ "scala": [
{
- "command": "bash-language-server",
+ "command": "metals",
"requires": [
- "npm"
+ "java"
]
}
],
- "yaml": [
+ "sh": [
{
- "command": "yaml-language-server",
+ "command": "bash-language-server",
"requires": [
"npm"
]
}
],
- "xml": [
+ "swift": [
{
- "command": "lsp4xml",
+ "command": "sourcekit-lsp",
"requires": [
- "java"
+ "sourcekit-lsp"
]
}
],
- "fortran": [
+ "terraform": [
{
- "command": "fortls",
+ "command": "terraform-lsp",
+ "requires": []
+ }
+ ],
+ "typescript": [
+ {
+ "command": "typescript-language-server",
"requires": [
- "python3"
+ "npm"
]
}
],
- "scala": [
+ "vim": [
{
- "command": "metals",
+ "command": "vim-language-server",
"requires": [
- "java"
+ "npm"
]
}
],
- "elm": [
+ "xml": [
{
- "command": "elm-language-server",
+ "command": "lsp4xml",
"requires": [
- "npm"
+ "java"
]
}
],
- "json": [
+ "yaml": [
{
- "command": "json-languageserver",
+ "command": "yaml-language-server",
"requires": [
"npm"
]