aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-05-16 17:41:30 +0000
committergithub-actions <github-actions@github.com>2021-05-16 17:41:30 +0000
commitf55ba05b507475e8cbaa5159df4be045a03bda77 (patch)
tree8b87ba34788e3a306fa0d1a76251a6b2e1f722cf /CONFIG.md
parentMerge pull request #908 from mhinz/fix-docgen (diff)
downloadnvim-lspconfig-f55ba05b507475e8cbaa5159df4be045a03bda77.tar
nvim-lspconfig-f55ba05b507475e8cbaa5159df4be045a03bda77.tar.gz
nvim-lspconfig-f55ba05b507475e8cbaa5159df4be045a03bda77.tar.bz2
nvim-lspconfig-f55ba05b507475e8cbaa5159df4be045a03bda77.tar.lz
nvim-lspconfig-f55ba05b507475e8cbaa5159df4be045a03bda77.tar.xz
nvim-lspconfig-f55ba05b507475e8cbaa5159df4be045a03bda77.tar.zst
nvim-lspconfig-f55ba05b507475e8cbaa5159df4be045a03bda77.zip
[docgen] Update CONFIG.md
skip-checks: true
Diffstat (limited to 'CONFIG.md')
-rw-r--r--CONFIG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 5813c3ce..8244597a 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -1080,7 +1080,7 @@ require'lspconfig'.dartls.setup{}
Commands:
Default Values:
- cmd = { "dart", "/home/michael/.local/flutter/bin/cache/dart-sdk/bin/snapshots/analysis_server.dart.snapshot", "--lsp" }
+ cmd = { "dart", "./snapshots/analysis_server.dart.snapshot", "--lsp" }
filetypes = { "dart" }
init_options = {
closingLabels = false,
@@ -2183,9 +2183,9 @@ require'lspconfig'.jdtls.setup{}
Commands:
Default Values:
- cmd = { "vim.NIL/bin/java", "-Declipse.application=org.eclipse.jdt.ls.core.id1", "-Dosgi.bundles.defaultStartLevel=4", "-Declipse.product=org.eclipse.jdt.ls.core.product", "-Dlog.protocol=true", "-Dlog.level=ALL", "-Xms1g", "-Xmx2G", "-jar", "vim.NIL", "-configuration", "vim.NIL", "-data", "vim.NIL", "--add-modules=ALL-SYSTEM", "--add-opens java.base/java.util=ALL-UNNAMED", "--add-opens java.base/java.lang=ALL-UNNAMED" }
+ cmd = { "/usr/lib/jvm/adoptopenjdk-11-hotspot-amd64/bin/java", "-Declipse.application=org.eclipse.jdt.ls.core.id1", "-Dosgi.bundles.defaultStartLevel=4", "-Declipse.product=org.eclipse.jdt.ls.core.product", "-Dlog.protocol=true", "-Dlog.level=ALL", "-Xms1g", "-Xmx2G", "-jar", "vim.NIL", "-configuration", "vim.NIL", "-data", "vim.NIL", "--add-modules=ALL-SYSTEM", "--add-opens java.base/java.util=ALL-UNNAMED", "--add-opens java.base/java.lang=ALL-UNNAMED" }
cmd_env = {
- GRADLE_HOME = vim.NIL,
+ GRADLE_HOME = "/usr/share/gradle-7.0.1",
JAR = vim.NIL
}
filetypes = { "java" }
@@ -2197,7 +2197,7 @@ require'lspconfig'.jdtls.setup{}
}
init_options = {
jvm_args = {},
- workspace = "/home/michael/workspace"
+ workspace = "/home/runner/workspace"
}
root_dir = root_pattern(".git")
```