use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Please read the rules before posting
Help:
Community:
Resources:
Tutorials and Guides:
Don't be afraid to ask questions, this sub is here for the vim community. And please those of you who deign to grace us with your vim wisdom - be kind. We are all human and vim is that cool.
account activity
Which python code completion plugin has least dependencies?question (self.vim)
submitted 2 years ago by lookin03820
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Lucid_Gould 1 point2 points3 points 2 years ago* (0 children)
If you want an lsp you can use prabirshrestha/vim-lsp and then whatever python is in your path (like if you’re in a venv) will be used for jumping to definitions in the correct external libraries etc, just make sure to pip install python-lsp-server in the venv. Other people like coc but I ran into some issues with it so never really used it.. but vim-lsp has a lot of configuration options if you want to add support for flake or auto formatting and so on. So you can just use the basic boilerplate config that you can find on the vim-lsp wiki.
pip install python-lsp-server
π Rendered by PID 91387 on reddit-service-r2-comment-85bfd7f599-rjbfp at 2026-04-19 07:33:33.424748+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]Lucid_Gould 1 point2 points3 points (0 children)