Skip to content

Commit 234eb3d

Browse files
docs: update configs.md
skip-checks: true
1 parent 8d798d5 commit 234eb3d

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

doc/configs.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7478,10 +7478,7 @@ Default config:
74787478
```lua
74797479
{ "nu" }
74807480
```
7481-
- `root_markers` :
7482-
```lua
7483-
{ ".git" }
7484-
```
7481+
- `root_dir`: [../lsp/nushell.lua:6](../lsp/nushell.lua#L6)
74857482

74867483
---
74877484

doc/configs.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5437,8 +5437,7 @@ Default config:
54375437
{ "nu", "--lsp" }
54385438
- filetypes: >lua
54395439
{ "nu" }
5440-
- root_markers: >lua
5441-
{ ".git" }
5440+
- root_dir (use "gF" to view): ../lsp/nushell.lua:6
54425441
<
54435442

54445443
------------------------------------------------------------------------------

0 commit comments

Comments
 (0)