all repos

init.lua @ 6706f7cfceb5e5025d932fa0f32c0094f7b3d7b0

my nvim config
1 files changed, 1 insertions(+), 2 deletions(-)
fix telescope find comman
Author: neoteny ss2316544@gmail.com
Committed at: 2021-10-31 15:45:45 +0200
Parent: 4e89447
M lua/plugin/configs/telescope.lua

@@ -22,8 +22,7 @@ },

vimgrep_arguments = { "fd", "--colors=never", - "--type", - "files", + "--type=file", }, file_ignore_patterns = { ".git", "node_modules", "target", "env", ".bin" }, path_display = { shorten = 5 },