Installation requires ssh password prompt because of submodule #18
TamaMcGlinn
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
DEIN (https://github.com/Shougo/dein.vim) doesn't load submodule on installation:
How do you install your vim bundles? PS: Is this not more a Discussion (https://github.com/krischik/vim-ada/discussions) then an Issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
That's correct, dein does not. Plug does.
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When installing using vim-plug, vim-ada requires an ssh key to be unlocked (assuming you use a password), which is annoying and seems unnecessary. Can we remove the wiki submodule? If we really want the wiki to be available inside every install of vim-ada for some reason, we could instead
git subtree add
it to the repo itself (this preserves its git history).Beta Was this translation helpful? Give feedback.
All reactions