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,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' },