this post was submitted on 25 Jul 2024
128 points (99.2% liked)
Neovim
2155 readers
1 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This popped in my feed. What is it? I'm interested.
http://neovim.io/
vim but with a cult
Soooo... vim ?
Don't besmirch the cult of vim like that!
This presumes vim itself isn't already a cult. In fact... I don't think you're pure of thought enough yet. Go write a new statusline and don't get back to me until you're fully satisfied with it
I'm not sure I know what you mean.
It's a fork of Vim but the codebase has been cleaned up to remove complexity due to legacy hardware support. It allows the use of Lua for configuration and plugin implementation instead of VimScript, which allows plugins to be written in a sanely designed, high performance scripting language, allowing plugin developers to build more complex plugins more easily without dragging down editor performance (VimScript comparability is maintained though). It has a built in implementation of LSP. Plugins written in other languages can communicate with the application via a msgpack API so deciding to support other programming languages for plugin development at compile time is not necessary.
*compatibility