Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fnune opened this issue Sep 9, 2023 · 4 comments
Labels
need investigation When an issue lack context/is not straight forward to solve not confirmed when a bug is reported but not yet reproduced
Milestone

Comments

@fnune
Copy link

fnune commented Sep 9, 2023

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.

@shortcuts shortcuts added need investigation When an issue lack context/is not straight forward to solve not confirmed when a bug is reported but not yet reproduced labels Sep 12, 2023
@sand4rt
Copy link

sand4rt commented Mar 23, 2024

somewhat related to: #221

@shortcuts
Copy link
Owner

somewhat related to: #221

Definitely, I might need to think of a FAQ page in https://github.com/shortcuts/no-neck-pain.nvim/wiki with your proposed solution, wdyt?

@sand4rt
Copy link

sand4rt commented Mar 26, 2024

Hey @shortcuts, I could add that, but I don't have access to edit the wiki

@shortcuts
Copy link
Owner

It seems like I can't grant access to a single contributor :( it's either everyone can edit it or no one except me

@shortcuts shortcuts added this to the next milestone Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need investigation When an issue lack context/is not straight forward to solve not confirmed when a bug is reported but not yet reproduced
Projects
None yet
Development

No branches or pull requests

3 participants