Skip to content

Instantly share code, notes, and snippets.

@vilinski
Created October 12, 2018 14:41
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 vilinski/20d7dcb78ed9fc7026dfd7a2dc0e3d04 to your computer and use it in GitHub Desktop.
Save vilinski/20d7dcb78ed9fc7026dfd7a2dc0e3d04 to your computer and use it in GitHub Desktop.
.vimrc file with a few basic options
syntax on
set expandtab
set smarttab
set shiftwidth=4
set tabstop=4
set smartindent
set ignorecase
set nohlsearch
set incsearch
set smartcase
set number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment