As seen in the image, neovim just yanks the exact next letter into the line below. How do I make it so words get properly formatted?
You must log in or register to comment.
:set linebreak
Thanks, exactly what I needed
I’m not too sure about neovim, but in regular vim you can do
yy
and grab the entire line (including the line break).:%!nano