telescope: ignore node_modules for search grep

This commit is contained in:
Markuss-9 2024-10-19 14:24:42 +02:00
parent 4120893b8a
commit b4cf743a1f
1 changed files with 5 additions and 0 deletions

View File

@ -387,6 +387,11 @@ require('lazy').setup({
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
-- },
-- },
defaults = {
file_ignore_patterns = {
'node_modules',
},
},
-- pickers = {}
extensions = {
['ui-select'] = {