{ ... }: { programs.nixvim = { plugins.trouble = { enable = true; settings = { auto_refresh = true; focus = true; follow = false; keys = { "" = "jump_close"; "s" = "jump_vsplit"; "S" = "jump_split"; }; win = { type = "float"; border = "rounded"; }; }; }; keymaps = [{ action = "Trouble diagnostics toggle"; key = "dg"; }]; }; }