Skip to content

Instantly share code, notes, and snippets.

@jaworek
Last active June 2, 2019 17:22
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 jaworek/298b2c1e7d9bb54987f4cee45dd75b55 to your computer and use it in GitHub Desktop.
Save jaworek/298b2c1e7d9bb54987f4cee45dd75b55 to your computer and use it in GitHub Desktop.
" General
set number
set linebreak
set showbreak=+++
set textwidth=100
set showmatch
set visualbell
set hlsearch
set smartcase
set ignorecase
set incsearch
set autoindent
set shiftwidth=4
set smartindent
set smarttab
set softtabstop=4
" Advanced
set ruler
set undolevels=1000
set backspace=indent,eol,start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment