Describe the problem
These opts work as intended:
{
"shortcuts/no-neck-pain.nvim",
version = "*",
opts = {
autocmds = {
enableOnVimEnter = true,
}
},
},
However, when I enable Shatur/neovim-session-manager, it stops working. It seems like neovim-session-manager's effect keeps working but prevents enableOnVimEnter from working.
Describe the solution
Make both plugins work in tandem somehow.
Describe the problem
These opts work as intended:
{ "shortcuts/no-neck-pain.nvim", version = "*", opts = { autocmds = { enableOnVimEnter = true, } }, },However, when I enable
Shatur/neovim-session-manager, it stops working. It seems likeneovim-session-manager's effect keeps working but preventsenableOnVimEnterfrom working.Describe the solution
Make both plugins work in tandem somehow.