Created
August 24, 2014 09:05
-
-
Save NegativeMjark/3384b8b906372b566b02 to your computer and use it in GitHub Desktop.
Vim Config
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
: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