Created
January 22, 2018 20:52
-
-
Save nrtkbb/11725040e5c1c07e030a10d3372137c9 to your computer and use it in GitHub Desktop.
for colorscheme
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
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