diff options
author | yushyin <yushyin@saga> | 2016-11-27 14:24:56 +0100 |
---|---|---|
committer | yushyin <yushyin@saga> | 2016-11-27 14:24:56 +0100 |
commit | 59036f07dd01be448c103be1cbbc62e0a112fb66 (patch) | |
tree | cadeea26ffaaca798f1d1bd8128e486bf8fb6e91 | |
parent | 7c230489dd58711c3fcc019d9680fded385698f6 (diff) | |
download | dotfiles-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.toml | 4 |
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' |