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 | 847c8cd43abc5ca2e550464f97c08570316b95c0 (patch) | |
| tree | 619415864b7f0311a50fa961358dea9dfcaea829 /ar/.config/TheSiahxyz/lua | |
| parent | 49d98c9f79d98971d728174b49566d6657cffcb7 (diff) | |
modified plugins/telescope.lua
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 = { |
