fix: ignore node_modules in telescope
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
return {
|
||||
'nvim-telescope/telescope.nvim',
|
||||
tag = '0.1.3',
|
||||
opts = {
|
||||
defaults = {
|
||||
path_display = { "smart" },
|
||||
file_ignore_patterns = { "node%_modules/.*" }
|
||||
}
|
||||
},
|
||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||
|
||||
Reference in New Issue
Block a user