AutoYADM commit: 2025-01-31 16:30:03

This commit is contained in:
Daniel Fichtinger 2025-01-31 16:30:03 -05:00
parent 14748804c4
commit 69c1240786
3 changed files with 28 additions and 16 deletions

View file

@ -0,0 +1,16 @@
return {
"arnamak/stay-centered.nvim",
opts = {
enabled = false,
},
keys = {
{
"<C-Cr>s",
function()
require("stay-centered").toggle()
end,
mode = { "v", "n" },
desc = "Toggle stay-centered",
},
},
}