summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2016-11-27 14:24:56 +0100
committeryushyin <yushyin@saga>2016-11-27 14:24:56 +0100
commit59036f07dd01be448c103be1cbbc62e0a112fb66 (patch)
treecadeea26ffaaca798f1d1bd8128e486bf8fb6e91
parent7c230489dd58711c3fcc019d9680fded385698f6 (diff)
downloaddotfiles-59036f07dd01be448c103be1cbbc62e0a112fb66.tar.gz
dotfiles-59036f07dd01be448c103be1cbbc62e0a112fb66.tar.xz
Vim: There is no meaning in lazy load vim-toml and vim-ledger
-rw-r--r--vim/neobundle.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/neobundle.toml b/vim/neobundle.toml
index a45fa1f..68f7c87 100644
--- a/vim/neobundle.toml
+++ b/vim/neobundle.toml
@@ -40,13 +40,9 @@ 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 = 'vim-scripts/a.vim'