You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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({})'
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:
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):
Since this is my first Contribution, please let me know how to improve!
I would like to help implement this.
The text was updated successfully, but these errors were encountered: