Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modules/performance: add an option to combine plugins to a single plugin pack #1886

Merged
merged 13 commits into from
Jul 24, 2024

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    3258347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    388c522 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e50320c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9129c9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77ee33a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad21cef View commit details
    Browse the repository at this point in the history
  7. modules/performance: don't combine filesPlugin into plugin pack

    It's expected that user may want to override some runtime files in its
    own config directory. Do not combine it into plugin pack to avoid
    collisions.
    stasjok committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    4792e62 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e8932a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d2a1e63 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a8f196 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f8c7b7c View commit details
    Browse the repository at this point in the history
  12. modules/performance: add plenary filetypes directory to default paths…

    …ToLink
    
    plenary.nvim is often pulled as a dependency of other plugins.
    It has filetype definitions in `data/plenary/filetypes` directory.
    Even though I don't think there are plugins using it instead of
    vim.filetype, but it should be no harm to add this directory by default.
    stasjok committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    fa30bc6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    435713d View commit details
    Browse the repository at this point in the history