diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-02 05:59:26 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-02 05:59:26 +0000 |
| commit | a3deebbd110016f50cc66b7b256120072f3804db (patch) | |
| tree | f422070ab0add8c73474e98ddfe9c02a56bca58c | |
| parent | fix(expert): reorder the markers #4047 (diff) | |
| download | nvim-lspconfig-a3deebbd110016f50cc66b7b256120072f3804db.tar nvim-lspconfig-a3deebbd110016f50cc66b7b256120072f3804db.tar.gz nvim-lspconfig-a3deebbd110016f50cc66b7b256120072f3804db.tar.bz2 nvim-lspconfig-a3deebbd110016f50cc66b7b256120072f3804db.tar.lz nvim-lspconfig-a3deebbd110016f50cc66b7b256120072f3804db.tar.xz nvim-lspconfig-a3deebbd110016f50cc66b7b256120072f3804db.tar.zst nvim-lspconfig-a3deebbd110016f50cc66b7b256120072f3804db.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 02a6788b..1e6360c8 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2344,11 +2344,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+gd4f789fd78" + version = "0.12.0-dev+g79bfeecdb4" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+gd4f789fd78" + version = "0.12.0-dev+g79bfeecdb4" } } ``` @@ -4024,7 +4024,7 @@ Default config: ``` - `root_markers` : ```lua - { "mix.exs", ".git" } + { ".git", "mix.exs" } ``` --- diff --git a/doc/configs.txt b/doc/configs.txt index b6c514a3..e90ab11f 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1518,11 +1518,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+gd4f789fd78" + version = "0.12.0-dev+g79bfeecdb4" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+gd4f789fd78" + version = "0.12.0-dev+g79bfeecdb4" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:79 @@ -2795,7 +2795,7 @@ Default config: - filetypes: >lua { "elixir", "eelixir", "heex", "surface" } - root_markers: >lua - { "mix.exs", ".git" } + { ".git", "mix.exs" } < ------------------------------------------------------------------------------ |
