This commit is contained in:
Your Name 2026-03-06 22:13:57 +08:00
parent 1b1c05e4f4
commit 24080f2a07
1 changed files with 10 additions and 1 deletions

View File

@ -389,7 +389,16 @@ require('lazy').setup({
require('telescope').setup {
-- You can put your default mappings / updates / etc. in here
-- All the info you're looking for is in `:help telescope.setup()`
--
defaults = {
file_ignore_patterns = {
'node_modules',
'package-lock.json',
'yarn.lock',
'pnpm-lock.yaml',
'lazy-lock.json',
},
mappings = {},
},
-- defaults = {
-- mappings = {
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },