Skip to content

Instantly share code, notes, and snippets.

@nrtkbb
Created January 22, 2018 20:52
Show Gist options
  • Save nrtkbb/11725040e5c1c07e030a10d3372137c9 to your computer and use it in GitHub Desktop.
Save nrtkbb/11725040e5c1c07e030a10d3372137c9 to your computer and use it in GitHub Desktop.
for colorscheme
NeoBundle 'tomasr/molokai'
colorscheme molokai
set t_Co=256
hi NonText ctermfg=0 guifg=#333333
hi SpecialKey ctermfg=0 guifg=#333333
" ==== start MyAutoCmd ====
" http://lambdalisue.hatenablog.com/entry/2013/06/23/071344
" releae autogroup in MyAutoCmd
augroup MyAutoCmd
autocmd!
autocmd BufRead,BufNewFile *.ma setfiletype c
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment