AutoYADM commit: 2025-01-22 10:25:08
This commit is contained in:
parent
c972863972
commit
02fe676c16
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
-- },
|
-- },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue