Improve diagnostic looks
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user