Skip to content

Instantly share code, notes, and snippets.

@karliss
Created April 26, 2018 07:59
Show Gist options
  • Save karliss/15dd6f31157a54dc9dff32fb7f8adbdc to your computer and use it in GitHub Desktop.
Save karliss/15dd6f31157a54dc9dff32fb7f8adbdc to your computer and use it in GitHub Desktop.
"set t_Co=256
set expandtab
set shiftwidth=4
set tabstop=4
autocmd FileType python set tabstop=2|set shiftwidth=2|set expandtab
autocmd FileType make set noexpandtab
set number
set list
set listchars=eol:$,tab:>-,trail:~
syntax on
colorscheme xoria256
highlight Normal ctermbg=None
highlight nonText ctermbg=None
set autoindent
set colorcolumn=120
set ruler
set autochdir
set wildmenu
set hlsearch
set guifont=Consolas:h10
set guioptions-=m "remove menu bar
set guioptions-=T "remove toolbar
set rop=type:directx,gamma:1.0,contrast:0.5,level:1,geom:1,renmode:4,taamode:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment