mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
12 lines
162 B
Nix
12 lines
162 B
Nix
{
|
|
example = {
|
|
plugins.neotest = {
|
|
settings = {
|
|
quickfix.open.__raw = ''
|
|
function()
|
|
end
|
|
'';
|
|
};
|
|
};
|
|
};
|
|
}
|