doctorfree / nvim-lazyman

Neovim configuration manager and Lazy/Lua/Mason based Neovim config. Manage multiple Neovim configurations with the lazyman command. ☕
https://lazyman.dev
MIT License
263 stars 8 forks source link

Custom AstroNvim in git subdirectory fails with -J option #38

Closed doctorfree closed 1 year ago

doctorfree commented 1 year ago

Installation of a custom AstroNvim configuration located in a subdirectory of a git repository fails. The entire git repository is cloned rather than just the subdirectory. Example:

lazyman -C https://github.com/orhun/dotfiles -D nvim/.config/nvim -N nvim-Orhun -J
doctorfree commented 1 year ago

Fixed in current release if proper subdir argument is used