fixes config

This commit is contained in:
Dennis 2026-02-06 11:03:37 +01:00
parent 34ed85a458
commit 0935ee3dfa
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@
event = [ "BufReadPost" ];
callback.__raw = /* lua */ ''
function()
vim.keymap.set(" n ", " <CR> ", " <CR> ", { buffer = true })
vim.keymap.set("n", "<CR>", "<CR>", { buffer = true })
end
'';
}

View file

@ -128,7 +128,7 @@
if vim.bo.filetype ~= "qf" then
require("flash").jump()
end
end,
end
'';
}
];