diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-07-16 02:50:32 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-07-16 02:50:32 +0000 |
| commit | 5bb3fb4a63eb38361f3f992618f65dd4fa52e72b (patch) | |
| tree | 3796772ce82de643695fa999e0a7dc9482407b27 /doc | |
| parent | fix(clarinet) root_marker #3949 (diff) | |
| download | nvim-lspconfig-5bb3fb4a63eb38361f3f992618f65dd4fa52e72b.tar nvim-lspconfig-5bb3fb4a63eb38361f3f992618f65dd4fa52e72b.tar.gz nvim-lspconfig-5bb3fb4a63eb38361f3f992618f65dd4fa52e72b.tar.bz2 nvim-lspconfig-5bb3fb4a63eb38361f3f992618f65dd4fa52e72b.tar.lz nvim-lspconfig-5bb3fb4a63eb38361f3f992618f65dd4fa52e72b.tar.xz nvim-lspconfig-5bb3fb4a63eb38361f3f992618f65dd4fa52e72b.tar.zst nvim-lspconfig-5bb3fb4a63eb38361f3f992618f65dd4fa52e72b.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -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 fa358587..0f65aedf 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2067,7 +2067,7 @@ Default config: ``` - `root_markers` : ```lua - { ".git" } + { "Clarinet.toml" } ``` --- diff --git a/doc/configs.txt b/doc/configs.txt index 3356bd8c..591715f3 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1309,7 +1309,7 @@ Default config: - filetypes: >lua { "clar", "clarity" } - root_markers: >lua - { ".git" } + { "Clarinet.toml" } < ------------------------------------------------------------------------------ |
