File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -841,7 +841,7 @@ function astrocore.rooter.realpath(path?: string)
841841
842842
843843``` lua
844- function astrocore .rooter .resolve (spec : string | fun ( bufnr : integer ): string | string[] | string[] , config ?: AstroCoreRooterOpts )
844+ function astrocore .rooter .resolve (spec : string | fun ( bufnr : integer ): string | string[] | nil | string[] , config ?: AstroCoreRooterOpts )
845845 -> function
846846```
847847
Original file line number Diff line number Diff line change 1- *astrocore.txt* For Neovim >= 0.9.0 Last change: 2025 April 23
1+ *astrocore.txt* For Neovim >= 0.9.0 Last change: 2025 April 28
22
33==============================================================================
44Table of Contents *astrocore-table-of-contents*
@@ -1122,7 +1122,7 @@ _return_ `the` — resolved path
11221122RESOLVE ~
11231123
11241124>lua
1125- function astrocore.rooter.resolve(spec: string| fun(bufnr: integer):string | string[]|string[], config?: AstroCoreRooterOpts)
1125+ function astrocore.rooter.resolve(spec: string| fun(bufnr: integer):string | string[]| nil | string[], config?: AstroCoreRooterOpts)
11261126 -> function
11271127<
11281128
You can’t perform that action at this time.
0 commit comments