# Include a file (if needed) in the home folder called .vimrc and add this text filetype plugin indent on syntax on set number # Set the tabulation as 4 spaces using the tab button set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab