tani/vim-jetpack

Feature request: Add `g:jetpack#ignore_patterns` and display why merge was disabled for each package

Closed this issue · 2 comments

I think the s:ignores should be configurable because we can't support all of plugins files in central repo.

tani commented

I agree with you. If we export the variable, I would like to consider the suitable name of the variable. I means it is English problem. Which is more suitable as follows?

  • g:jetpack#ignore (.gitignore, .npmignore)
  • g:jetpack#ignore_patterns
  • g:jetpack#exclude (tsconfig.json, package.json)
  • g:jetpack#exclude_patterns
tani commented

Thank you for the suggesion! I have added that. Cheers,