telscope
This commit is contained in:
parent
1b1c05e4f4
commit
24080f2a07
11
init.lua
11
init.lua
|
|
@ -389,7 +389,16 @@ require('lazy').setup({
|
||||||
require('telescope').setup {
|
require('telescope').setup {
|
||||||
-- You can put your default mappings / updates / etc. in here
|
-- You can put your default mappings / updates / etc. in here
|
||||||
-- All the info you're looking for is in `:help telescope.setup()`
|
-- 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 = {
|
-- defaults = {
|
||||||
-- mappings = {
|
-- mappings = {
|
||||||
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
|
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue