Improve method of pulling in submodule(s) #12

Closed
opened 2026-07-21 11:09:50 -04:00 by kevintl1998 · 1 comment
Owner
No description provided.
Author
Owner

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:

  • set submodules = true in your plugin configuration
  • set build = "git submodule update --init --recursive"
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: - set `submodules = true` in your plugin configuration - set `build = "git submodule update --init --recursive"`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Depends on
#13 12 better handling of submodule init
kevintl1998/yapp-clangd.nvim
Reference
kevintl1998/yapp-clangd.nvim#12
No description provided.