We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a7fd8 commit 3c79603Copy full SHA for 3c79603
lua/astrocore/config.lua
@@ -20,7 +20,7 @@
20
---@class AstroCoreAutocmd: vim.api.keyset.create_autocmd
21
---@field event string|string[] Event(s) that will trigger the handler
22
23
----@alias AstroCoreRooterSpec string|string[]|fun(bufnr: integer): (string|string[])
+---@alias AstroCoreRooterSpec string|string[]|fun(bufnr: integer): (string|string[]|nil)
24
25
---@class AstroCoreRooterIgnore
26
---@field dirs string[]? a list of patterns that match directories to exclude from root detection
0 commit comments