telescope: ignore node_modules for search grep
This commit is contained in:
parent
4120893b8a
commit
b4cf743a1f
1 changed files with 5 additions and 0 deletions
5
init.lua
5
init.lua
|
|
@ -387,6 +387,11 @@ require('lazy').setup({
|
|||
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
|
||||
-- },
|
||||
-- },
|
||||
defaults = {
|
||||
file_ignore_patterns = {
|
||||
'node_modules',
|
||||
},
|
||||
},
|
||||
-- pickers = {}
|
||||
extensions = {
|
||||
['ui-select'] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue