Skip to content

Instantly share code, notes, and snippets.

@mdsauce
Created November 25, 2018 22:09
Show Gist options
  • Save mdsauce/a7b4cb59cad0a9957f3aed7032b5521a to your computer and use it in GitHub Desktop.
Save mdsauce/a7b4cb59cad0a9957f3aed7032b5521a to your computer and use it in GitHub Desktop.
Vimrc file and setting
syntax on
set background=light
set number
filetype plugin indent on
" show existing tab with 4 spaces width
set tabstop=4
" when indenting with '>', use 4 spaces width
set shiftwidth=4
" On pressing tab, insert 4 spaces
set expandtab
:colorscheme desert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment