krischik / vim-ada

Complete Ada-Mode as Vim-Ball or Tar.bz2
http://www.vim.org/scripts/script.php?script_id=1609
GNU General Public License v3.0
11 stars 3 forks source link

Installation requires ssh password prompt because of submodule #15

Closed TamaMcGlinn closed 2 years ago

TamaMcGlinn commented 2 years ago

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).

krischik commented 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?