-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
NNP is not enabled when running :checkhealth #367
Comments
Hey @sand4rt, thanks for opening the issue! I'm not sure what should NNP report as there's no external dependencies, maybe it could be great to do an assertion of the user config in order to report usage of deprecated/unknown options? Let me know if you have any use cases in mind |
Hi @shortcuts, thanks for the reply. The issue is not about the NNP |
Ahhhh ok sorry I misunderstood, weirdly with one side opened only I did not noticed it, I'll try with both! |
Hey! So I just tried it and the reason why it works for me is because I have |
Makes me think that for simplicity, I should default |
Thanks for the reply! Ah, NNP is enabled now when I also noticed that Neovim closes completely when I use
That sound reasonable to me, but im also fine with adding the additional |
looks like what I observed here #361 (comment), it's fixed in the next major but I'll fix it here too indeed |
Hey there, hope you are doing well This should be fixed in 1.15.0! #378 |
Hi @shortcuts, there are a lot of things broken now unfortunately, when i Also when i open neotree, when NNP enabled, NNP gets closed |
hey! could you share your config please? I'm not able to reproduce any of the issue |
Sure, let me know if you need more info!: return {
"shortcuts/no-neck-pain.nvim",
version = "*",
lazy = false,
keys = {
{ "<Leader>z", "<cmd>:NoNeckPain<CR>", noremap = true, silent = true },
},
opts = {
width = 148,
autocmds = {
enableOnTabEnter = true,
skipEnteringNoNeckPainBuffer = true,
},
mappings = {
enabled = false,
},
integrations = {
NeoTree = {
position = "left",
reopen = true,
},
undotree = {
position = "left",
},
neotest = {
position = "right",
reopen = true,
},
TSPlayground = {
position = "right",
reopen = true,
},
NvimDAPUI = {
position = "right",
reopen = true,
},
},
},
} |
(reproducing from #383) do you use nvim <0.10 by any chance? |
i'm using 0.10.1 |
ok so that's an other issue then ahah I'm still unable to reproduce on 0.10.1 🤔 |
@shortcuts the other issue, where NNP closes when i open neotree (or neotest) is consistent, even when i have all my config disabled |
It's expected that checkhealth takes a bit of time on startup, it locks everything until it completes but usually plugins operate before the lock (at least nnp does I believe) if you manage to find the plugin that clashes lmk, I can try to see if it can be fixed on my side
on it! |
@shortcuts Thanks! I discovered that the issue only occurs when i access |
Yeah, this also works fine on my machine.
|
@shortcuts thanks! I'll try it later on! |
Description
NNP is not enabled when running
:checkhealth
Steps to reproduce
:checkhealth
Expected behavior
NNP should be enabled when running
:checkhealth
Environment
The text was updated successfully, but these errors were encountered: