9 lines
120 B
Nix
9 lines
120 B
Nix
|
_: {
|
||
|
programs.nixvim.plugins.trouble = {
|
||
|
enable = true;
|
||
|
settings = {
|
||
|
auto_refresh = true;
|
||
|
};
|
||
|
};
|
||
|
}
|