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?
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?
I’m not too sure about neovim, but in regular vim you can do
yy
and grab the entire line (including the line break).