Closed epixinvites closed 2 years ago
That's very strange. But I bet that's something with your neovim setup. Does any other lua plugin work for your? What is your neovim version?
Yes, every other plugin works except nvim-gdb
$ nvim --version
NVIM v0.6.1
Build type: Release
LuaJIT 2.0.5
Compiled by builduser
Here's my init.vim -> https://termbin.com/brjn
Is the issue still reproducible with a minimal config? If you launch neovim with the test script ./nvim
in the plugin's directory test
?
Just git cloned and tested it, it worked without a problem. Weird, I guess it's something wrong with my nvim configuration then.
Can you try my configuration and test it out to see if it works for you?
I'm glad to hear the results. Unfortunately, I don't have a spare machine at the moment to test your configuration. But may I suggest trying to bisect it? There may be something that spoils the environment.
Hmmm, you're right, I'll comment out all the plugins and see which one is causing problems.
Wow, I just commented out every single plugin, uncommented it one by one, now the problem is gone. Are you fucking kidding me.
Wait. Nope, I think I found the problem. It has something to do with the auto-session plugin.
Kudos!
But why? I guess I can spend another night's worth of sleep debugging this problem then.
Alright, I deleted all my sessions, and seems like I have fixed my problem. Thanks mate!
Welcome!