trouble: added keybind to open diagnostics

This commit is contained in:
Barna Máté 2025-01-20 12:09:13 +01:00
parent a5a7237850
commit fbb33b1ea9

View file

@ -21,6 +21,13 @@
desc = "Format Buffer";
};
}
{
# Trouble diagnostics
mode = "n";
key = "<leader>td";
action = "<cmd>Trouble diagnostics<cr>";
}
];
}