90
Good code editor without AI?
(lemmy.ml)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
Neovim. No other editor comes close to it.
I also second this!
I love Neovim, but it lacks live HTML preview that the OP specifically requested
That's super easy to fix with tools like entr. That's what I use when I write Markdown documents so I can automatically generate the plain text file to a PDF document using Pandoc, and preview it simply by saving the file in Neovim. :)