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