Skip to content

Instantly share code, notes, and snippets.

@mycargus
Created July 6, 2015 21:30
Show Gist options
  • Select an option

  • Save mycargus/44fde892b8e82b0427af to your computer and use it in GitHub Desktop.

Select an option

Save mycargus/44fde892b8e82b0427af to your computer and use it in GitHub Desktop.
My custom vim
syntax enable
set tabstop=2
set softtabstop=2
set expandtab
set number
set showcmd
set cursorline
set wildmenu
set lazyredraw
set showmatch
set foldenable
set foldmethod=indent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment