Skip to content

Instantly share code, notes, and snippets.

@sbatururimi
Created November 15, 2018 07:07
Show Gist options
  • Save sbatururimi/49c6473e47ca1cd2eed48777e1d4a473 to your computer and use it in GitHub Desktop.
Save sbatururimi/49c6473e47ca1cd2eed48777e1d4a473 to your computer and use it in GitHub Desktop.
vimrc
" vim plugins with pathogen
execute pathogen#infect()
syntax on
"filetype plugin indent on
filetype indent on
set autoindent
" number
set number
" controlling backspace deletion
set backspace=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment