You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/astrocore/config.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
26
26
---@classAstroCoreRooterIgnore
27
27
---@fielddirsstring[]? a list of patterns that match directories to exclude from root detection
28
-
---@fieldserversstring[]? a list of language servers to exclude from root detection
28
+
---@fieldserversstring[]|fun(client:vim.lsp.Client):boolean? a list of language servers to exclude from root detection or a filter function to return if a client should be ignored or not
29
29
30
30
---@classAstroCoreRooterOpts
31
31
---@fielddetectorAstroCoreRooterSpec[]? a list of specifications for the rooter detection
0 commit comments