SyntaxFix
Write A Post
Hire A Developer
Questions
Add set number to your .vimrc file in your home directory. If the .vimrc file is not in your home directory create one with vim .vimrc and add the commands you want at open.
set number
.vimrc
vim .vimrc
Here's a site that explains the vimrc and how to use it.