diff options
Diffstat (limited to 'ar/.config/TheSiahxyz/lua')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/telescope.lua | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/telescope.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/telescope.lua index 966a8e0..222cf02 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/telescope.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/telescope.lua @@ -619,6 +619,18 @@ return { ["<M-k"] = actions.nop, }, }, + vimgrep_arguments = { + "/usr/bin/rg", + "--color=never", + "--no-heading", + "--with-filename", + "--line-number", + "--column", + "--smart-case", + "--follow", + "--hidden", + "--no-ignore", + }, file_ignore_patterns = { "node_modules", "yarn.lock", @@ -638,10 +650,6 @@ return { "--hidden", "--no-ignore", "--sortr=modified", - "--glob", - "!**/.next/*", - "--glob", - "!**/node_modules/*", }, hidden = true, path_display = { |
