Auto commit: 2024-11-08 19:30:02
This commit is contained in:
parent
fe10c4a6ab
commit
cdee1146c3
3 changed files with 13 additions and 5 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue