Skip to main content
Image

r/vim


Inline error diagnostic tool for vim 9.0+
Inline error diagnostic tool for vim 9.0+
Plugin

https://github.com/Joekrry/vimline-errors

Hi all, I have built a very well known tool for native vim 9.0+ based on the style of this neovim tool https://github.com/rachartier/tiny-inline-diagnostic.nvim .

Obviously in line error checks have existed for years but I haven't been able to find a tool that has this style for native vim. Please let me know if it does exist. If not, please consider starring or contributing as I am only a student and should really be focussing on my dissertation lol


Advertisement: Gain Ether exposure with potential income. Discover ETHB.
Gain Ether exposure with potential income. Discover ETHB.
Image Gain Ether exposure with potential income. Discover ETHB.


How To Edit Text Files With Vim
How To Edit Text Files With Vim
Video

The vim way to mail
The vim way to mail
Discussion

Yet another vim mail client:

https://github.com/cirnovsky/vim-mail

The most distinctive feature of this mail client is text buffer-based mailboxes. Meaning, you can do things like :g/Title/d to delete mails with Title in the title).

I know, it looks like himalaya reinvented, but I believe some people would love the fact(s) that

0. Inbox is nothing beyond a text buffer. dd to delete, s to mark read, :w to commit, u to undo.

  1. We're shipped with mail threading!

  2. The keybinding is close to native vim! Built for muscle-memory vimmers.

  3. It's so lightweight, driven only by a few python scripts.

  4. Foward-as-attachment is made easy.

  5. The way we handle inline images and attachments (check it out ➡️ in the repo)

  6. We're responsive! :)

So, give it a shot! I'm trying to make todos ticked asap. I'm personally enjoying this plugin, it covers most of my use cases already. I'd love to see people's reaction as it helps me improve this plugin!

I'd really really appreciate any forms of feedback!!!!!

If you'd like to email me, my address is pup at guanyu dot com. I will read every email and try to reply, in, of course, vim-mail :)