Skip to content

Instantly share code, notes, and snippets.

View riffrain's full-sized avatar
:octocat:

riffrain riffrain

:octocat:
  • Japan
View GitHub Profile
[[plugins]]
repo = 'Shougo/dein.vim'
[[plugins]]
repo = 'Shougo/vimproc.vim'
build = 'make'
[[plugins]]
repo = 'Shougo/neosnippet.vim'
set encoding=utf-8
scriptencoding utf-8
"dein Scripts-----------------------------
if &compatible
set nocompatible " Be iMproved
endif
" dein.vimがインストールされていないときはインストール
let s:cache_home = '~/.cache'