mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-03-04 19:49:58 +01:00
update-nvim-plugins doesn't break with plugins stupid enough to include infinetely recursive symlinks (WTF)
This commit is contained in:
parent
58be67fc31
commit
bfe11b70bf
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@
|
|||
|
||||
(define dirs
|
||||
(map (λ (path) (match-let-values ([(p _ _) (split-path path)]) p))
|
||||
(find-files (λ (path) (equal? (path->string (last (explode-path path))) ".git")) plugin-dir)))
|
||||
(find-files (λ (path) (equal? (path->string (last (explode-path path))) ".git"))
|
||||
plugin-dir
|
||||
#:follow-links? #f)))
|
||||
|
||||
(define git-path (find-executable-path "git"))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue