nvim: find_files should only find files ...
This commit is contained in:
parent
6b305bf9bb
commit
41bd66f271
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
themes (require :telescope.themes)]
|
||||
(fn mod.find-files []
|
||||
(let [find-opts (themes.get_ivy {:find_command [:fd
|
||||
:--type
|
||||
:file
|
||||
:--hidden
|
||||
:--ignore-vcs
|
||||
:-L
|
||||
|
|
Loading…
Reference in a new issue