{ plugins.trouble.enable = true; keymaps = [ { key = "xx"; action = "Trouble diagnostics toggle"; options = { silent = true; }; } { key = "xq"; action = "TroubleToggle quickfix toggle"; options = { silent = true; }; } ]; }