ttak0422 / bundler

Vim/Neovim package manager for Nix.
https://ttak0422.github.io/bundler/
MIT License
7 stars 0 forks source link

feat: `condition` option #25

Open ttak0422 opened 1 year ago

ttak0422 commented 1 year ago
{
  plugin = foo-vim;
  condition = "has('win32')"
}