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

Health check: checkhealth telescope-live-grep-args / checkhealth telescope #92

Open
DominikOcsofszki opened this issue Oct 13, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@DominikOcsofszki
Copy link

The nvim-live-grep-args extension currently has no health check feature.

Describe the solution you’d like:
A health check function should be added to the nvim-live-grep-args extension. This function would verify:

  • That the required dependencies (ripgrep, ...(?)) are installed and accessible.
  • That the live_grep_args extension is properly loaded into telescope.nvim.

Describe alternatives you’ve considered:
A better solution would be to integrate the health check directly into the core telescope.nvim health check system, so that it runs as part of :checkhealth telescope for all extensions. This can be done in 'telescope.register_extension({})'

Additional context:
Connected to Issue #83 (?)

Additional questions (FrOSCon):

  • Add check for deprecated features, like WARNING vim.tbl_flatten is deprecated -> upgrade plugin?

Since this is my first Contribution, please let me know how to improve!
I would like to help implement this.

@DominikOcsofszki DominikOcsofszki added the enhancement New feature or request label Oct 13, 2024
@DominikOcsofszki
Copy link
Author

Screenshot 2024-10-15 at 10 05 09
Should more options be checked?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant