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

This commit is contained in:
Daniel Fichtinger 2024-11-08 19:40:02 -05:00
parent e840172273
commit a2d9e724d8
2 changed files with 6 additions and 0 deletions

View file

@ -9,6 +9,10 @@ return {
mappings = {
enabled = true,
},
autocmds = {
enableOnVimEnter = true,
skipEnteringNoNeckPainBuffer = false,
},
}
end,
}