AutoYADM commit: 2025-01-22 10:25:08

This commit is contained in:
Daniel Fichtinger 2025-01-22 10:25:08 -05:00
parent c972863972
commit 02fe676c16

View file

@ -25,11 +25,11 @@ end
return { return {
"shortcuts/no-neck-pain.nvim", "shortcuts/no-neck-pain.nvim",
version = "*", version = "*",
enabled = false, enabled = true,
opts = function() opts = function()
return { return {
width = 120, width = 120,
mappings = mapPrefix("<leader><Cr>", true), mappings = mapPrefix("<localleader><leader>", true),
-- mappings = { -- mappings = {
-- enabled = true, -- enabled = true,
-- }, -- },