Hacker News new | ask | show | jobs
by isaksamsten 626 days ago
I’ve been developing a plugin for the Neovim text editor called sia.nvim, inspired by the Egyptian deity Sia.

You can check out the GitHub repository here: https://github.com/isaksamsten/sia.nvim.

I also have a few screen recordings showing its capabilities. I’ve been using it for about six months to enhance my writing.

The plugin leverages a language model to suggest text improvements, features a split-view interface, and allows users to select the edits they want to keep from a diff.

It’s still a bit rough around the edges, and the code is quite messy since I’m still learning Lua and the Neovim API. However, I’m gradually improving it whenever I find the time.