chore(nvim): Change to lazy.nvim recommended format

This commit is contained in:
js0ny 2025-02-26 03:06:43 +00:00
parent 19cedd3fdc
commit f10828fdac
23 changed files with 579 additions and 414 deletions

View file

@ -449,7 +449,7 @@ mapkey(
);
mapkey(
",d",
"Extract [d]aw link",
"Extract [d]ownload link",
function () {
const url = new URL(window.location.href);
if (url.href.endsWith("&dl=0")) {
@ -1003,3 +1003,4 @@ addVimMapKey(
// #region Hints
api.Hints.setCharacters("qwfpgarstdcv"); // Left-hand keys
// #endregion
//