Skip to content

Instantly share code, notes, and snippets.

@cabrinha
Created July 1, 2016 06:44
Show Gist options
  • Save cabrinha/8579b451360ea9d284f98ddfdcec5014 to your computer and use it in GitHub Desktop.
Save cabrinha/8579b451360ea9d284f98ddfdcec5014 to your computer and use it in GitHub Desktop.
colorscheme Tomorrow-Night-Eighties
set nospell
set nofoldenable
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
filetype plugin indent on
augroup VIM
autocmd!
au FileType puppet setlocal tabstop=8 expandtab shiftwidth=2 softtabstop=2
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment