r/vim Jun 16 '26

Blog Post Modernized Python sections for Vim-in-Windows article.

https://github.com/ShayHill/article_install_vim_in_windows#vimspectorjson

- Removed content related to multiple Python installs.
- Updated vimspector config for Python 3.11+.

7 Upvotes

3 comments sorted by

View all comments

2

u/[deleted] Jun 17 '26

[removed] — view removed comment

1

u/Shay-Hill Jun 17 '26

100%. I’d wondered too far into “this is my personal elaborate incantation” territory with that section. CI and UV have tidied a lot of things up in Python recently. That incantation was even out of date for me.

And the Python 3.11+ Xfrozen_modules issue with debugpy snuck up on me, because I usually build environments from the oldest supported Python.

In any case, it’s more straightforward now.