ignore node_module folder in telescope

This commit is contained in:
ayushjaipuriyar21@gmail.com 2021-09-17 18:49:42 +05:30 committed by siduck76
parent 31d605608f
commit c84f3cd6cf
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ telescope.setup {
preview_cutoff = 120, preview_cutoff = 120,
}, },
file_sorter = require("telescope.sorters").get_fuzzy_file, file_sorter = require("telescope.sorters").get_fuzzy_file,
file_ignore_patterns = {}, file_ignore_patterns = {"node_modules"},
generic_sorter = require("telescope.sorters").get_generic_fuzzy_sorter, generic_sorter = require("telescope.sorters").get_generic_fuzzy_sorter,
path_display = { "absolute" }, path_display = { "absolute" },
winblend = 0, winblend = 0,