Skip to content

Instantly share code, notes, and snippets.

@yoichiro-manabe
Created August 11, 2016 00:47
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 yoichiro-manabe/44df0514f21df165cd89648dae1f5f3e to your computer and use it in GitHub Desktop.
Save yoichiro-manabe/44df0514f21df165cd89648dae1f5f3e to your computer and use it in GitHub Desktop.
vimのプラグイン管理
# 基本は github.com のレポジトリーを指定するだけ
[[plugins]]
repo = 'Shougo/dein.vim'
[[plugins]]
repo = 'Shougo/vimproc.vim'
[[plugins]]
repo = 'delphinus35/typescript-vim'
rev = 'colorize-template-strings'
[[plugins]]
repo = 'elzr/vim-json'
if = '''! has('kaoriya')'''
[[plugins]]
repo = 'vim-airline/vim-airline'
depends = ['vim-airline-themes']
[[plugins]]
repo = 'vim-airline/vim-airline-themes'
[[plugins]]
repo = 'osyo-manga/vim-precious'
depends = ['context_filetype.vim']
[[plugins]] repo = 'Shougo/context_filetype.vim'
[[plugins]] # toml syntax
repo = 'cespare/vim-toml'
on_ft = 'toml'
[[plugins]]
repo = 'scrooloose/nerdtree'
[[plugins]]
repo = 'evidens/vim-twig'
[[plugins]]
repo = 'w0ng/vim-hybrid'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment