Skip to content

Instantly share code, notes, and snippets.

@hasinhayder
Created August 8, 2017 08:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save hasinhayder/0751515980e8cbbf340ade1581ad9a1d to your computer and use it in GitHub Desktop.
Save hasinhayder/0751515980e8cbbf340ade1581ad9a1d to your computer and use it in GitHub Desktop.
Vim Auto Indent and Syntaxt Highlighting On
syntax on
set tabstop=4
set shiftwidth=4
set expandtab
set smarttab
set autoindent
@hasinhayder
Copy link
Author

Put it in your ~/.vimrc file and enjoy a better vim :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment