Shougo / dpp.vim

Dark powered plugin manager for Vim/neovim
MIT License
128 stars 5 forks source link

[Feature Request] `if` for non lazy plugins #7

Closed kuuote closed 10 months ago

kuuote commented 10 months ago

I want not implemented feature dpp-plugin-option-on_if for non lazy plugins. It useful for conditional plugin enable.

Example

[[plugins]]
repo = 'kuuote/lspoints'
if = 'g:vimrc#lsp_client === "lspoints"'
Shougo commented 10 months ago

Oh, it is not implemented yet.

Shougo commented 10 months ago

Fixed.