Skip to content

Commit

Permalink
fix(health): check for ripgrep (rg) executable
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed May 1, 2024
1 parent 25a7ebf commit 2f43843
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astronvim/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ function M.check()
type = "warn",
msg = "Used for `gx` mapping for opening files with system opener (Optional)",
},
{
cmd = { "rg" },
type = "warn",
msg = "Used for Telescope `live_grep` picker, `<Leader>fw` and `<Leader>fW` by default (Optional)",
},
{ cmd = { "lazygit" }, type = "warn", msg = "Used for mappings to pull up git TUI (Optional)" },
{ cmd = { "node" }, type = "warn", msg = "Used for mappings to pull up node REPL (Optional)" },
{
Expand Down

0 comments on commit 2f43843

Please sign in to comment.