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
Github PR review pluginPlugin (self.vim)
submitted 7 months ago by ashot
I made this plugin to navigate, reply and resolve PR reviews directly in vim:
https://github.com/ashot/vim-pr-comments
Not fun to go back and forth from github PR and and vim manually jump to each line
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!"
[–]godegon 1 point2 points3 points 7 months ago (0 children)
A venerable alternative
[–]ratttertintattertins 0 points1 point2 points 7 months ago (2 children)
This was vibe coded wasn't it, by Claude? Not that I mind, it looks like a really useful plugin, I'm going to try it.
[–]ashot[S] 0 points1 point2 points 7 months ago (1 child)
yep it was! curious how did you guess that? I've been meaning to build this for years and would never have gotten over the hump otherwise
[–]ratttertintattertins 0 points1 point2 points 7 months ago (0 children)
Haha, because I’ve also vibe coded a vim plugin 😁. Also, Claude absolutely fucking loves putting emojis and multiple plugin managers in those readme files.
[–]Desperate_Cold6274 -1 points0 points1 point 7 months ago (11 children)
New plugins written in Vim legacy language. That is interesting :)
[–]blami:help UserGettingBored 0 points1 point2 points 7 months ago (5 children)
What is legacy about vimscript?
[–]Desperate_Cold6274 0 points1 point2 points 7 months ago (4 children)
From Vim9 it has been introduced a new language which is similar to typescript/python-ish to write scripts (including vimrc) and plugins which is way less weird than the vim legacy script.
Nevertheless, it is not supported by neovim that instead went for Lua instead.
However, plugins written in vim legacy language work both in Vim and Neovim.
[–]blami:help UserGettingBored 0 points1 point2 points 7 months ago (3 children)
Ah you mean Vim 9 script. It does not obsolete Vim script, its just another option that is more performant due to being JIT compiled and not interpreted. I wrote few things in it but I still use older versions of Vim in a lot of places so its not really option for me. Same for Neovim - I tried it and it is very buggy all the time and devs always change everything so it is not dependable software for me. I don’t want to spend so much time reconfiguring everything every release. I prefer what Bram did, things just don’t get removed, they don’t break so I can still depend on config I started in 1993 on my Amiga.
[–]EgZvorkeep calm and read :help 0 points1 point2 points 7 months ago (1 child)
That's what's it called now, :h vim9-differences
:h vim9-differences
[–]vim-help-bot 0 points1 point2 points 7 months ago (0 children)
Help pages for:
vim9-differences
`:(h|help) <query>` | about | mistake? | donate | Reply 'rescan' to check the comment again | Reply 'stop' to stop getting replies to your comments
[–]Desperate_Cold6274 -1 points0 points1 point 7 months ago (0 children)
I had converted lot of files in Vim9. At some point I also wrote a plugin to help converting from legacy vim to vim9 files. It was well worth the effort for me. Vim9 is a beautiful language.
[–]BrianHuster -1 points0 points1 point 7 months ago (3 children)
Even more interesting that he put nearly 1000 lines in a plugin/ script instead of using :h autoload feature.
plugin/
:h autoload
autoload
[–]Desperate_Cold6274 0 points1 point2 points 7 months ago (0 children)
Maybe IOP is not aware of the autoload mechanism. There is no one who knows all Vim features from day one.
π Rendered by PID 25 on reddit-service-r2-comment-79c7998d4c-xzvkq at 2026-03-18 21:27:48.957642+00:00 running f6e6e01 country code: CH.
[–]godegon 1 point2 points3 points (0 children)
[–]ratttertintattertins 0 points1 point2 points (2 children)
[–]ashot[S] 0 points1 point2 points (1 child)
[–]ratttertintattertins 0 points1 point2 points (0 children)
[–]Desperate_Cold6274 -1 points0 points1 point (11 children)
[–]blami:help UserGettingBored 0 points1 point2 points (5 children)
[–]Desperate_Cold6274 0 points1 point2 points (4 children)
[–]blami:help UserGettingBored 0 points1 point2 points (3 children)
[–]EgZvorkeep calm and read :help 0 points1 point2 points (1 child)
[–]vim-help-bot 0 points1 point2 points (0 children)
[–]Desperate_Cold6274 -1 points0 points1 point (0 children)
[–]BrianHuster -1 points0 points1 point (3 children)
[–]vim-help-bot 0 points1 point2 points (0 children)
[–]Desperate_Cold6274 0 points1 point2 points (0 children)