Improve method of pulling in submodule(s) #12
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#13 12 better handling of submodule init
kevintl1998/yapp-clangd.nvim
Reference
kevintl1998/yapp-clangd.nvim#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It seems like the best way to pull in submodules is to let your plugin manager do it. I use lazy.nvim which has two methods to get this working:
submodules = truein your plugin configurationbuild = "git submodule update --init --recursive"