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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
162 B
Nix
Raw Normal View History

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