revert back <cmd> for most things

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-12-08 01:26:57 -06:00
parent 724194b956
commit 89a0aa8536
12 changed files with 33 additions and 33 deletions

View file

@ -7,6 +7,6 @@ return {
cmd = "Glow",
keys = {
{ "<leader>m", "<Nop>", desc = " Markdown" },
{ "<leader>mp", ":Glow <CR>", desc = "Markdown preview" },
{ "<leader>mp", "<cmd>Glow <CR>", desc = "Markdown preview" },
},
}