nix-community.nixvim/tests/test-sources/plugins/by-name/neotest/quickfix_open_raw.nix

12 lines
162 B
Nix

{
example = {
plugins.neotest = {
settings = {
quickfix.open.__raw = ''
function()
end
'';
};
};
};
}