Skip to content

Instantly share code, notes, and snippets.

@NegativeMjark
Created August 24, 2014 09:05
Show Gist options
  • Save NegativeMjark/3384b8b906372b566b02 to your computer and use it in GitHub Desktop.
Save NegativeMjark/3384b8b906372b566b02 to your computer and use it in GitHub Desktop.
Vim Config
:syn on
:set number
:set tabstop=8
:set softtabstop=4
:set expandtab
:set autoindent
:set guifont=Source\ Code\ Pro\ 9
:colorscheme koehler
:highlight Trailing ctermbg=red ctermfg=white guibg=#592929
:match Trailing /\s\+$\|\%80v.\+/
:filetype plugin on
:set wildmenu
:set guioptions=a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment