#起動時に読み込むプラグイン記述ファイル [[plugins]] repo = 'Shougo/vimproc.vim' hook_post_update = ''' if executable('gmake') let cmd = 'gmake' else let cmd = 'make' endif let g:dein#plugin.build = cmd ''' [[plugins]] repo = 'vim-jp/vimdoc-ja' [[plugins]] repo = 'Shougo/neocomplete.vim' [[plugins]] repo = 'Shougo/denite.nvim' [[plugins]] repo = 'Shougo/unite.vim' [[plugins]] repo = 'Shougo/unite-outline' [[plugins]] repo = 'Shougo/vimfiler' [[plugins]] repo = 'Shougo/vimshell' [[plugins]] repo = 'Shougo/denite.nvim' [[plugins]] repo = 'thinca/vim-quickrun' [[plugins]] repo = 'osyo-manga/unite-quickfix' [[plugins]] repo = 'osyo-manga/shabadou.vim' [[plugins]] repo = 'itchyny/lightline.vim'