local utils = require "ivy.utils" local rg = { name = "RG", command = "IvyRg", description = "Run ripgrep to search for content in files", keymap = "/", items = utils.command_finder "rg --no-require-git --max-columns 200 --vimgrep --", callback = utils.vimgrep_action(), } return rg