plugins/neotest: allow raw lua for quickfix.open setting

This commit is contained in:
Fay Ash 2025-06-07 17:29:48 +08:00 committed by Gaétan Lepage
parent 00524c7935
commit dce571fae5
2 changed files with 13 additions and 1 deletions

View file

@ -180,7 +180,7 @@ in
quickfix = {
enabled = defaultNullOpts.mkBool true "Enable quickfix.";
open = defaultNullOpts.mkNullable (with types; either bool str) false ''
open = defaultNullOpts.mkNullableWithRaw (with types; either bool str) false ''
Set to true to open quickfix on startup, or a function to be called when the quickfix
results are set.
'';