trouble: added keybind to open diagnostics
This commit is contained in:
parent
a5a7237850
commit
fbb33b1ea9
|
@ -21,6 +21,13 @@
|
||||||
desc = "Format Buffer";
|
desc = "Format Buffer";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
# Trouble diagnostics
|
||||||
|
mode = "n";
|
||||||
|
key = "<leader>td";
|
||||||
|
action = "<cmd>Trouble diagnostics<cr>";
|
||||||
|
}
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue