feat(nvim): add no-neck-pain plugin

This commit is contained in:
Price Hiller 2023-12-06 23:19:04 -06:00
parent 450af04921
commit a3b3ca8042
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -0,0 +1,19 @@
return {
{
"shortcuts/no-neck-pain.nvim",
opts = {
width = 160
},
cmds = {
"NoNeckPain",
"NoNeckPainResize",
"NoNeckPainWidthDown",
"NoNeckPainScratchPad",
"NoNeckPainToggleLeftSide",
"NoNeckPainToggleRightSide"
},
keys = {
{"<leader>bb", "<cmd>NoNeckPain<cr>", desc = "NoNeckPain: Toggle", }
}
}
}