diff options
| author | github-actions <github-actions@github.com> | 2021-05-16 17:41:30 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-05-16 17:41:30 +0000 |
| commit | f55ba05b507475e8cbaa5159df4be045a03bda77 (patch) | |
| tree | 8b87ba34788e3a306fa0d1a76251a6b2e1f722cf /CONFIG.md | |
| parent | Merge pull request #908 from mhinz/fix-docgen (diff) | |
| download | nvim-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.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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") ``` |
