diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-22 16:26:57 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-22 16:26:57 +0000 |
| commit | 52a893217b2c12e215c6851bd8813b43204416cd (patch) | |
| tree | bfabb3cc19e2ee3664eb06936632c8f13ff1bc59 | |
| parent | fix(jdtls): swap settings.gradle, build.gradle in root markers #4142 (diff) | |
| download | nvim-lspconfig-52a893217b2c12e215c6851bd8813b43204416cd.tar nvim-lspconfig-52a893217b2c12e215c6851bd8813b43204416cd.tar.gz nvim-lspconfig-52a893217b2c12e215c6851bd8813b43204416cd.tar.bz2 nvim-lspconfig-52a893217b2c12e215c6851bd8813b43204416cd.tar.lz nvim-lspconfig-52a893217b2c12e215c6851bd8813b43204416cd.tar.xz nvim-lspconfig-52a893217b2c12e215c6851bd8813b43204416cd.tar.zst nvim-lspconfig-52a893217b2c12e215c6851bd8813b43204416cd.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 6 | ||||
| -rw-r--r-- | doc/configs.txt | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/configs.md b/doc/configs.md index 5a6ee0dc..fe4ad43e 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2403,11 +2403,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g869e55f2aa" + version = "0.12.0-dev+gcf48741227" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g869e55f2aa" + version = "0.12.0-dev+gcf48741227" } } ``` @@ -5941,7 +5941,7 @@ Default config: ``` - `root_markers` : ```lua - { { "mvnw", "gradlew", "build.gradle", "build.gradle.kts", ".git" }, { "build.xml", "pom.xml", "settings.gradle", "settings.gradle.kts" } } + { { "mvnw", "gradlew", "settings.gradle", "settings.gradle.kts", ".git" }, { "build.xml", "pom.xml", "build.gradle", "build.gradle.kts" } } ``` --- diff --git a/doc/configs.txt b/doc/configs.txt index 9a8b4166..058ca53e 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1572,11 +1572,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g869e55f2aa" + version = "0.12.0-dev+gcf48741227" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g869e55f2aa" + version = "0.12.0-dev+gcf48741227" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:106 @@ -4276,7 +4276,7 @@ Default config: - init_options: >lua {} - root_markers: >lua - { { "mvnw", "gradlew", "build.gradle", "build.gradle.kts", ".git" }, { "build.xml", "pom.xml", "settings.gradle", "settings.gradle.kts" } } + { { "mvnw", "gradlew", "settings.gradle", "settings.gradle.kts", ".git" }, { "build.xml", "pom.xml", "build.gradle", "build.gradle.kts" } } < ------------------------------------------------------------------------------ |
