Hacker News new | ask | show | jobs
by christophilus 1251 days ago
This looks great. It's nearly impossible for me to leave Neovim at this point, but I do miss a good git-aware minimap, and I miss the VS Code git diff / integration.

I'd love to find an editor that has those features while being as light and snappy as Neovim with the same ability to split, navigate, and do all the things without leaving the keyboard.

2 comments

Though not a minimap, I use gitsigns plugin for neovim that shows changed lines in the gutter. I wouldn't be surprised if there's even minimap plugin somewhere.
Here it is (haven’t used it but looks that part):

https://github.com/wfxr/minimap.vim

Author here: Git integration plugins will come later, but it's planned. I hope the project gets enough visibility to get some collaborators :)