summaryrefslogtreecommitdiffstats
path: root/vim/neobundle.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vim/neobundle.toml')
-rw-r--r--vim/neobundle.toml130
1 files changed, 0 insertions, 130 deletions
diff --git a/vim/neobundle.toml b/vim/neobundle.toml
deleted file mode 100644
index c7aea3a..0000000
--- a/vim/neobundle.toml
+++ /dev/null
@@ -1,130 +0,0 @@
-[[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'
-
-[[plugins]]
-repository = 'ledger/vim-ledger'
-
-[[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 = 'neomake/neomake'
-lazy = 1
-on_cmd = 'Neomake'
-
-[[plugins]]
-repository = 'lambdalisue/vim-gita'
-lazy = 1
-on_cmd = 'Gita'
-
-[[plugins]]
-repository = 'Shougo/neosnippet.vim'
-lazy = 1
-on_map = ['i', '<Plug>']
-
-[[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 = '<Plug>(EasyAlign)'
-
-[[plugins]]
-repository = 'kana/vim-operator-user'
-lazy = 1
-on_source = 'vim-operator-surround'
-
-[[plugins]]
-repository = 'rhysd/vim-operator-surround'
-lazy = 1
-on_map = ['n', '<Plug>']