I quite like the relativenumber option (paired with the number option), because I’m terrible at being able to use numbered motions without it.
I’m not sure what my favorite plugin would be (so many to choose from!), but my favorite Neovim color scheme has been “GitHub Dark Tritanopia” from the github-nvim-theme package.
Oh, and for another favorite tweak of mine, I always have vnoremap $ g_ set so that using $ doesn’t copy the new line character.
I quite like the
relativenumber
option (paired with thenumber
option), because I’m terrible at being able to use numbered motions without it.I’m not sure what my favorite plugin would be (so many to choose from!), but my favorite Neovim color scheme has been “GitHub Dark Tritanopia” from the
github-nvim-theme
package.Oh, and for another favorite tweak of mine, I always have
vnoremap $ g_
set so that using$
doesn’t copy the new line character.