-
Notifications
You must be signed in to change notification settings - Fork 174
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
[Bug report]: Please make it simple to setup #88
Comments
OK. I figured it out how to simply install it(On Gnu/linux machines actually):
Tip: Don't forget to specify the actual path of compiled program with debug symbols. Till now i can set breakpoints with
|
With help of this site, i've found out that my
And now everything works like a charm. :) |
Example VIM-PLUG auto install/update: Plug 'puremourning/vimspector', {'do': './install_gadget.py --enable-c --enable-python'} |
Installation is as easy as any other vim plugin. Configuration is no more difficult than VSCode. I’m 1 person and they are Microsoft, so while I’m open to suggestions, they will need to be more specific. |
Is your feature request related to a problem? Please describe.
Hi. I'm not sure is it a bug report or feature request! But let me first thank you for neovim support. I'm so glad to see that PR merged eventually. :)
I read README file and these instructions for setting up vimspector.
But after reading some lines, let me confess: I got confused!
First, please update README and that page, becuase there are some differences for setting up in vim vs neovim. For example here:
I downloaded latest release tarball and i don't have any idea where should i put it and what should i do after that! Actually you said:
But i don't have any idea how do that.
Please, please make the installation process easier.
The text was updated successfully, but these errors were encountered: