Posts tagged "neovim"
-
vimdeck.nvim: Markdown Presentations in Neovim
Rewrote vimdeck for Neovim using Treesitter. No Ruby, no temp files, just native Lua and clean slide rendering.
-
How I accidentally wrote my first Neovim plugin
A journey from regex-powered single-line rewrites to a fully tested Neovim plugin for formatting JavaScript and Rust imports, learning why simpler solutions sometimes beat powerful tools like Treesitter.