ignore certain directories in with telescope

This commit is contained in:
mjhika 2023-09-20 00:07:32 -04:00
parent 77f90e6d13
commit 8ac16c148a
1 changed files with 6 additions and 0 deletions

View File

@ -128,6 +128,12 @@ local telscopeb = require('telescope.builtin')
telscope.setup { telscope.setup {
defaults = { defaults = {
file_ignore_patterns = {
"node_modules",
".idea",
".cache",
".cpcache",
"cljs%-runtime" },
mappings = { mappings = {
i = { i = {
['<C-u>'] = false, ['<C-u>'] = false,