Skip to content

Instantly share code, notes, and snippets.

@clintonhalpin
Created May 7, 2018 17:09
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 clintonhalpin/072f095e24ce591e97ee1c8d0731db8e to your computer and use it in GitHub Desktop.
Save clintonhalpin/072f095e24ce591e97ee1c8d0731db8e to your computer and use it in GitHub Desktop.
syntax on
filetype plugin indent on
set cursorline
set expandtab
set modelines=0
set shiftwidth=4
set clipboard=unnamed
set synmaxcol=128
set ttyscroll=10
set encoding=utf-8
set tabstop=4
set nowrap
set number
set expandtab
set nowritebackup
set noswapfile
set nobackup
set hlsearch
set ignorecase
set smartcase
set paste
set autoindent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment