fix: ignore node_modules in telescope

This commit is contained in:
2025-06-19 14:00:34 +02:00
parent 9e02d8b20b
commit 51b886a602

View File

@@ -1,10 +1,10 @@
return { return {
'nvim-telescope/telescope.nvim', 'nvim-telescope/telescope.nvim',
tag = '0.1.3',
opts = { opts = {
defaults = { defaults = {
path_display = { "smart" }, path_display = { "smart" },
file_ignore_patterns = { "node%_modules/.*" }
} }
}, },
dependencies = { 'nvim-lua/plenary.nvim' }, dependencies = { 'nvim-lua/plenary.nvim' },
} }