no-neck-pain.nvim icon indicating copy to clipboard operation
no-neck-pain.nvim copied to clipboard

[feat] Make enableOnVimEnter work when Shatur/neovim-session-manager is used

Open fnune opened this issue 9 months ago • 4 comments

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.

fnune avatar Sep 09 '23 12:09 fnune