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

@ -0,0 +1,12 @@
{
example = {
plugins.neotest = {
settings = {
quickfix.open.__raw = ''
function()
end
'';
};
};
};
}