Skip to content

Commit 8bda072

Browse files
docs: update configs.md
skip-checks: true
1 parent a532fe0 commit 8bda072

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7827,7 +7827,7 @@ Default config:
78277827
```
78287828
- `root_markers` :
78297829
```lua
7830-
{ ".git", "build", "cmake" }
7830+
{ ".neocmake.toml", ".git", "build", "cmake" }
78317831
```
78327832

78337833
---

doc/configs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5725,7 +5725,7 @@ Default config:
57255725
- filetypes: >lua
57265726
{ "cmake" }
57275727
- root_markers: >lua
5728-
{ ".git", "build", "cmake" }
5728+
{ ".neocmake.toml", ".git", "build", "cmake" }
57295729
<
57305730

57315731
------------------------------------------------------------------------------

0 commit comments

Comments
 (0)