mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 13:25:38 +00:00
rg opts deprecated
This commit is contained in:
parent
955c6b0aca
commit
39d21d23f4
@ -240,7 +240,7 @@ require("packer").startup(function(use)
|
|||||||
name = "rg",
|
name = "rg",
|
||||||
keyword_length = 6,
|
keyword_length = 6,
|
||||||
max_item_count = 10,
|
max_item_count = 10,
|
||||||
opts = { additional_arguments = "--ignore-case" },
|
option = { additional_arguments = "--ignore-case" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
experimental = {
|
experimental = {
|
||||||
|
Loading…
Reference in New Issue
Block a user