diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-23 15:20:29 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-23 15:20:29 +0900 |
| commit | 219e7a089b7d0fb261ef6f9c8f9d32aadcac94d3 (patch) | |
| tree | 5215857f5244687103455ea072a754615d2e4e7e /ar | |
| parent | ef37ba7c5a071eb5a2df772990f1dfcb5afcf0cd (diff) | |
modified plugins/telescope.lua
Diffstat (limited to 'ar')
| -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 = { |
