Created
May 7, 2018 17:09
-
-
Save clintonhalpin/072f095e24ce591e97ee1c8d0731db8e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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