Replies: 2 comments 26 replies
-
lazy doesn't work with packages, so that won't work. |
Beta Was this translation helpful? Give feedback.
10 replies
-
Do you have python3? |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I get this error when I try to run any of my keybindings:
Also there are no command available from vimspector (can't call
VimspectorInstall
for instance)Here's my installation code:
And here's the
custom/configs/vimspector.lua
file:Here are the mappings:
Any of you have any idea why this does not work?
From what I could gather it seems that
packadd
should not be called with lazy.nvim but even if I don't work the vimspector extension does not workBeta Was this translation helpful? Give feedback.
All reactions