Skip to content

Instantly share code, notes, and snippets.

@renatoargh
Created November 18, 2020 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renatoargh/a092077bbcbda2755f02275bbf72e559 to your computer and use it in GitHub Desktop.
Save renatoargh/a092077bbcbda2755f02275bbf72e559 to your computer and use it in GitHub Desktop.
Vim .vimrc
set number # set line numbers
set softtabstop=2 # configure tabs to be 2 spaces
set autoindent # automatically keeps the identation when breaking the line
syntax on # enable syntax highlight according to file extension
filetype plugin indent on # enables identation plugin
@renatoargh
Copy link
Author

set number
set softtabstop=2
set autoindent
syntax on
filetype plugin indent on

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