diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-08-18 15:09:06 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-08-18 15:09:06 +0000 |
| commit | 6ec90b3c88715ee7fd6a06d3b70429431d85e7d8 (patch) | |
| tree | f54eac61d77316d7656bd5d300962fb0712af260 | |
| parent | fix(nixd): use '.git' root marker #4009 (diff) | |
| download | nvim-lspconfig-6ec90b3c88715ee7fd6a06d3b70429431d85e7d8.tar nvim-lspconfig-6ec90b3c88715ee7fd6a06d3b70429431d85e7d8.tar.gz nvim-lspconfig-6ec90b3c88715ee7fd6a06d3b70429431d85e7d8.tar.bz2 nvim-lspconfig-6ec90b3c88715ee7fd6a06d3b70429431d85e7d8.tar.lz nvim-lspconfig-6ec90b3c88715ee7fd6a06d3b70429431d85e7d8.tar.xz nvim-lspconfig-6ec90b3c88715ee7fd6a06d3b70429431d85e7d8.tar.zst nvim-lspconfig-6ec90b3c88715ee7fd6a06d3b70429431d85e7d8.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 2 | ||||
| -rw-r--r-- | doc/configs.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md index 31b8bc80..f1d6925b 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -7615,7 +7615,7 @@ Default config: ``` - `root_markers` : ```lua - { "flake.nix", "git" } + { "flake.nix", ".git" } ``` --- diff --git a/doc/configs.txt b/doc/configs.txt index fd0f7980..c8b1da4f 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -5541,7 +5541,7 @@ Default config: - filetypes: >lua { "nix" } - root_markers: >lua - { "flake.nix", "git" } + { "flake.nix", ".git" } < ------------------------------------------------------------------------------ |
