Remove extra semicolon in example

This commit is contained in:
Sebastian Bolaños 2023-10-08 16:02:50 +02:00 committed by Gaétan Lepage
parent 3fd743fe80
commit 258acc56a9

View file

@ -336,7 +336,7 @@ using the `keymaps` attribute:
key = "<leader>m";
options.silent = true;
action = "<cmd>!make<CR>";
};
}
];
};
}