Skip to content

stefanpl/vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to get submodules: git submodule update --init --recursive

to add submodule (mostly for plugins in /bundle): cd ./bundle git submodule add [repo] OR: git submodule add [repo] bundle/reponame

to fix submodules being in a detached HEAD state: tail -n 1 README.md ... git submodule foreach -q --recursive 'branch="$(git config -f $toplevel/.gitmodules submodule.$name.branch)"; git checkout $branch'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published