mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-13 01:20:49 +00:00
Allow easily changing grep arguments
This commit is contained in:
@@ -38,6 +38,12 @@ function config.set_defaults(defaults)
|
||||
set("width", 0.75)
|
||||
set("winblend", 0)
|
||||
|
||||
-- Builtin configuration
|
||||
|
||||
-- List that will be executed.
|
||||
-- Last argument will be the search term (passed in during execution)
|
||||
set("vimgrep_arguments", {'rg', '--color=never', '--no-heading', '--with-filename', '--line-number', '--column'})
|
||||
|
||||
-- TODO: Shortenpath
|
||||
-- Decide how to propagate that to all the opts everywhere.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user