1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
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
'';
};
};
};
}