snowflake/home/programs/editors/neovim/plugins/editor/trouble.nix

8 lines
120 B
Nix

_: {
programs.nixvim.plugins.trouble = {
enable = true;
settings = {
auto_refresh = true;
};
};
}