8 ms·
I also use kitty + neovim. I highly agree.
by radiKal07 4y ago
I also use kitty + neovim. I highly agree.
- checkyoursudo 4y agoI've been a heavy vim user for I don't even know how long. What does neovim get me over vim? Looking at the charter page on the website, the only thing that really stands out to me is Lua. "Deliver a first-class Lua/LuaJIT scripting alternative to Vimscript." The rest seem fine but not really a reason to switch, and I don't know Lua so I'm not sure that's a reason either. Is this the main reason? Are there other good reasons?
- pmoriarty 4y agoYou could script plain old vim in Lua long before NeoVim existed.
- radiKal07 4y agoLua is the only difference but it makes all the difference. From my understanding, Lua is nicer than Vimscript, this means more people will create more interesting and better Lua plugins, that can only be used in neovim. LuaJIT is also fast.
- Izkata 4y agovim does support python plugins, not just vimscript...