To clone/install recursively:
git clone --recursive [email protected]:<user>/<repo.git> path/to/repo How to properly add submodules to the .vim repository
git submodule add <remote_url> <destination_folder>
git submodule update --init --recursiveTo properly uninstall a package:
git submodule deinit -f -- <package_name>
rm -rf .git/modules/pack/<path_to>/start/<package_name>
git rm -f .vim/pack/start/<path_to>/<package_name>For using vim-ai, store an OpenAI token in ~/.config/openai.token