Adjusted diagnostic keys

This commit is contained in:
Fred Drake
2024-10-03 01:39:08 -04:00
parent d687576306
commit 2374be69f3
+2 -2
View File
@@ -145,13 +145,13 @@
}
{
mode = "n";
key = "D";
key = "<leader>cd";
action = "<CMD>lua vim.diagnostic.open_float()<CR>";
options = { desc = "Popup Diagnostics"; };
}
{
mode = "n";
key = "<leader>cd";
key = "<leader>cD";
action = "<CMD>Trouble diagnostics toggle<CR>";
options = { desc = "List All Diagnostics"; };
}