Skip to content

Instantly share code, notes, and snippets.

@sol-prog
Created November 6, 2019 00:27
Show Gist options
  • Save sol-prog/1ea9430a7ce57f92164e14b5fd86cc05 to your computer and use it in GitHub Desktop.
Save sol-prog/1ea9430a7ce57f92164e14b5fd86cc05 to your computer and use it in GitHub Desktop.
" Simple .vimrc configuration file
set nocompatible
set backspace=indent,eol,start
set number
syntax on
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment