[[plugins]] repository = 'Shougo/neobundle.vim' fetch = 1 [[plugins]] repository = 'Shougo/vimproc.vim' [plugins.build] linux = 'make' [[plugins]] repository = 'Shougo/unite.vim' lazy = 1 [plugins.on_cmd] name = 'Unite' complete = 'customlist,unite#complete_source' [[plugins]] repository = 'Shougo/neomru.vim' lazy = 1 on_source = 'unite.vim' [[plugins]] repository = 'Shougo/vimshell.vim' lazy = 1 [plugins.on_cmd] name = 'VimShell' complete = 'customlist,vimshell#complete' [[plugins]] repository = 'Shougo/vimfiler.vim' lazy = 0 [[plugins]] repository = 'chriskempson/base16-vim' [[plugins]] repository = 'tpope/vim-unimpaired' lazy = 1 on_i = 1 [[plugins]] repository = 'cespare/vim-toml' lazy = 1 on_ft = 'toml' [[plugins]] repository = 'ledger/vim-ledger' lazy = 1 on_path = '\.ldg$' [[plugins]] repository = 'tpope/vim-fugitive' lazy = 0 [[plugins]] repository = 'majutsushi/tagbar' lazy = 1 augroup = 'TagbarSession' on_cmd = ['Tagbar' ,'TagbarToggle' ,'TagbarOpen' ,'TagbarOpenAutoClose'] [[plugins]] repository = 'scrooloose/syntastic' lazy = 0 augroup = 'syntastic' on_cmd = ['SyntasticCheck', 'SyntasticInfo', 'SyntasticToogleMode'] [[plugins]] repository = 'vim-scripts/a.vim' lazy = 1 on_ft = ['c', 'cpp'] [[plugins]] repository = 'Rip-Rip/clang_complete.git' lazy = 1 on_ft = ['c', 'cpp'] [[plugins]] repository = 'Twinside/vim-hoogle' lazy = 1 external_commands = 'hoogle' on_ft = ['haskell', 'lhaskell', 'chaskell'] [[plugins]] repository = 'eagletmt/ghcmod-vim' lazy = 1 external_commands = 'ghc-mod' on_ft = ['haskell', 'lhaskell', 'chaskell'] [[plugins]] repository = 'eagletmt/neco-ghc' lazy = 1 external_commands = 'ghc-mod' on_ft = ['haskell', 'lhaskell', 'chaskell'] [[plugins]] repository = 'ujihisa/unite-haskellimport' lazy = 1 external_commands = 'hoogle' [[plugins]] repository = 'rust-lang/rust.vim' lazy = 1 on_ft = 'rust' [[plugins]] repository = 'racer-rust/vim-racer' on_ft = 'rust' [[plugins]] repository = 'MarcWeber/vim-addon-local-vimrc' [[plugins]] repository = 'Shougo/vinarise.vim' on_cmd = 'Vinarise' [[plugins]] repository = 'Shougo/neosnippet.vim' lazy = 1 on_map = ['i', ''] [[plugins]] repository = 'Shougo/neosnippet-snippets' lazy = 1 on_source = 'neosnippet.vim' [[plugins]] repository = 'junegunn/vim-easy-align' lazy = 1 on_cmd = ['EasyAlign', 'LiveEasyAlign'] on_map = '(EasyAlign)'