Skip to content

Instantly share code, notes, and snippets.

@kilog
Created April 27, 2017 17:09
Show Gist options
  • Save kilog/ec53096fc3aca21f2e060b3e4f45f1c9 to your computer and use it in GitHub Desktop.
Save kilog/ec53096fc3aca21f2e060b3e4f45f1c9 to your computer and use it in GitHub Desktop.
Current .vimrc
filetype plugin indent on
syntax on
set number
set tabstop=4
set shiftwidth=4
set softtabstop=4
set smarttab
set shiftround
set autoindent
set smartindent
set nobackup
set nowritebackup
set noswapfile
set hidden
set autoread
set ignorecase
set smartcase
set incsearch
set showmatch
set hlsearch
set gdefault
set bs=2
colorscheme ron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment