ignore certain directories in with telescope
This commit is contained in:
parent
77f90e6d13
commit
8ac16c148a
1 changed files with 6 additions and 0 deletions
6
init.lua
6
init.lua
|
@ -128,6 +128,12 @@ local telscopeb = require('telescope.builtin')
|
|||
|
||||
telscope.setup {
|
||||
defaults = {
|
||||
file_ignore_patterns = {
|
||||
"node_modules",
|
||||
".idea",
|
||||
".cache",
|
||||
".cpcache",
|
||||
"cljs%-runtime" },
|
||||
mappings = {
|
||||
i = {
|
||||
['<C-u>'] = false,
|
||||
|
|
Loading…
Add table
Reference in a new issue