Improve diagnostic looks

This commit is contained in:
2025-07-08 15:11:03 +02:00
parent cdc482b593
commit 1815d98848
2 changed files with 30 additions and 0 deletions
+7
View File
@@ -7,6 +7,13 @@
options.silent = true;
}
{
mode = "n";
key = "<leader>q";
action.__raw = "vim.diagnostic.setloclist";
options.desc = "Open diagnostics quickfix list";
}
{
mode = "n";
key = "<C-h>";