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

This commit is contained in:
Daniel Fichtinger 2024-11-08 19:55:02 -05:00
parent 6986b50cf7
commit b7512528f6
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,5 @@
-- Ok, this plugin is really awesome!
-- And everyone should know about it -- game changer!!!
return {
"shortcuts/no-neck-pain.nvim",
version = "*",
@ -6,6 +8,7 @@ return {
{ "<leader>n", group = "+NoNeckPain" },
})
return {
width = 120,
mappings = {
enabled = true,
},