Auto commit: 2024-11-08 19:30:02

This commit is contained in:
Daniel Fichtinger 2024-11-08 19:30:02 -05:00
parent fe10c4a6ab
commit cdee1146c3
3 changed files with 13 additions and 5 deletions

View file

@ -1,9 +1,14 @@
return {
"shortcuts/no-neck-pain.nvim",
version = "*",
opts = {
mappings = {
enabled = true,
},
},
opts = function()
require("which-key").add({
{ "<leader>n", group = "+NoNeckPain" },
})
return {
mappings = {
enabled = true,
},
}
end,
}