mirror of
https://github.com/fred-drake/neovim.git
synced 2026-06-05 14:59:28 -05:00
Adjusted diagnostic keys
This commit is contained in:
+2
-2
@@ -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"; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user