Skip to content

Commit 0d851cd

Browse files
committed
fix: incorrect docstring for rooter settings
1 parent 6a7f162 commit 0d851cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/astrocore/config.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,12 @@
219219
---}
220220
---```
221221
---@field git_worktrees AstroCoreGitWorktree[]?
222-
---Enable git integration for detached worktrees
222+
---Enable and configure project root detection
223223
---Example:
224224
--
225225
---```lua
226226
---rooter = {
227-
--- autochdir = true,
227+
--- autochdir = false,
228228
--- detector = { "lsp", { ".git" } },
229229
--- ignore = {
230230
--- dirs = {},

0 commit comments

Comments
 (0)