Skip to content

Instantly share code, notes, and snippets.

@katsumata-ryo
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katsumata-ryo/94194966cc1abaee23c1 to your computer and use it in GitHub Desktop.
Save katsumata-ryo/94194966cc1abaee23c1 to your computer and use it in GitHub Desktop.
.vimrcテンプレート
" color scheme
" get => https://raw.githubusercontent.com/tomasr/molokai/master/colors/molokai.vim
" change : ctermfg=222 => ctermfg=227
colorscheme molokai
syntax on
let g:molokai_original = 1
let g:rehash256 = 1
set background=dark
set t_Co=256
" display
set number
set ruler
set title
" write support
set cursorline
set smartindent
set autoindent
set showmatch
set formatoptions-=c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment