fix(nvim): ignore .direnv from Telescope and Git
This commit is contained in:
parent
4974d2d2f2
commit
bab8f12799
|
@ -33,7 +33,7 @@ local lga_actions = require "telescope-live-grep-args.actions"
|
|||
telescope.setup {
|
||||
defaults = {
|
||||
buffer_previewer_maker = new_maker,
|
||||
file_ignore_patterns = { '.git/' },
|
||||
file_ignore_patterns = { '.direnv/', '.git/' },
|
||||
layout_config = {
|
||||
prompt_position = 'top',
|
||||
},
|
||||
|
|
Reference in a new issue