跳至主要内容

博文

目前显示的是 十月, 2018的博文

Manage local gits with repo

Would like to use repo because of Uh… Vim 8.0 There are at least two copy of VIMs lives in my laptop. One was manually installed gvim 8.1, the other is bundled vim by msysgit. As of vim 8.x there’s a new package management system released. One may manage all vim plugin package without any third part plugin manager. As described in this famous blog post. git submodule add https://github.com/vim-airline/vim-airline.git pack/shapeshed/start/vim-airline # git add .gitmodules pack/shapeshed/start/vim-airline Anyway, I have no confidence in the git submodule command. Also, the solution try to initial one git repo group for each dot vim. I don’t like to iterate over all dot vim directories one by one when doing plugin updates. Alternative way is to make use of git-repo tool to handle all the git repositories (vim plugins) as a whole… Repo init Error executing repo init… Because of msys path and win32 native path conflict. As my python interpreter comes with emacs, which is comp