Neovim 0.12.0

29 points by chaychoong


jmtd

One of changelog or NEWS would probably be a more interesting link for lobsters, imho.

hawski

Around two weeks ago I started using nvim instead of vim. I never really bothered trying out nvim earlier. I used vim for almost 20 years. I started using it in my Gentoo phase and I can't say I really loved it or that I am a competent modal aficionado. I use it in because it is almost always there locally or via ssh. It was my terminal editor of choice as nowadays I prefer most of the time to use graphical editors where I can set variable width fonts. For most of the mentioned period I was looking for an alternative, but never seriously enough. Yes, the reverse movement-action key set of kakuone makes more sense, but I got used to vim and stayed with it.

So I may be allergic to a mention of vibecoding, but reading here lately about vim getting some LLM commits. That got me to thinking. I thought about a few terminal editors and remembered that I installed (but never used nvim). I checked it out and I have to say I was impressed quickly.

What I like about nvim is mostly sensible defaults. I used to have an extensive vimrc a few years in with vim, but later on I just got a simple vimrc (16 lines of set this or that). Nvim has hlsearch, preview of a substitution, sensible defaults around mouse handling. I like the colors and the style of syntax highlighting and it looks good on a white background terminal (I may be a weirdo :P). With LSP support it really is very easy to get going even further than with vim. My config is just enabling LSP for Python.