Skip to content

Instantly share code, notes, and snippets.

@roppa
Created May 12, 2017 09:56
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 roppa/4554228fa5dd6bf472d4b155ff987fc8 to your computer and use it in GitHub Desktop.
Save roppa/4554228fa5dd6bf472d4b155ff987fc8 to your computer and use it in GitHub Desktop.
my vimrc
set autoindent
set indentexpr=off
set expandtab
set tabstop=4
set sw=4
set textwidth=80
set nohls
set noshowmatch
syntax enable
setlocal spell spelllang=en_us
set nospell
set background=dark
autocmd VimEnter * set vb t_vb=
set modeline
set nojoinspaces " pesky 2-spaces after the period thing
set shortmess=AIT " I hate: naggy dialogs, intros, long messages
set nowritebackup
set noswapfile
set nobackup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment