forked from Shinonome/fred-neovim
Adjusted diagnostic keys
This commit is contained in:
+2
-2
@@ -145,13 +145,13 @@
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
mode = "n";
|
mode = "n";
|
||||||
key = "D";
|
key = "<leader>cd";
|
||||||
action = "<CMD>lua vim.diagnostic.open_float()<CR>";
|
action = "<CMD>lua vim.diagnostic.open_float()<CR>";
|
||||||
options = { desc = "Popup Diagnostics"; };
|
options = { desc = "Popup Diagnostics"; };
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
mode = "n";
|
mode = "n";
|
||||||
key = "<leader>cd";
|
key = "<leader>cD";
|
||||||
action = "<CMD>Trouble diagnostics toggle<CR>";
|
action = "<CMD>Trouble diagnostics toggle<CR>";
|
||||||
options = { desc = "List All Diagnostics"; };
|
options = { desc = "List All Diagnostics"; };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user