Skip to content

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

@fnune

Description

@fnune

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    need investigationWhen an issue lack context/is not straight forward to solvenot confirmedwhen a bug is reported but not yet reproduced

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions