Closed TamaMcGlinn closed 2 years ago
DEIN (https://github.com/Shougo/dein.vim) doesn't load submodule on installation:
>ls -la Wiki
insgesamt 0
drwxr-xr-x 2 martin staff 64 28. Okt 08:56 .
drwxr-xr-x 20 martin staff 640 28. Okt 11:19 ..
How do you install your vim bundles?
PS: Is this not more a Discussion (https://github.com/krischik/vim-ada/discussions) then an Issue?
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).