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