Elliot's personal vim config
- Clone
git clone --recursive https://github.com/Eliot00/ElliotVim ~/.vim
- Install language server
Open vim and use :CocInstall coc-pyright
, see detail in coc.nvim
Use git submodule
, like git submodule add https://github.com/zivyangll/git-blame.vim pack/plugins/start/git-blame
Update plugins is just a case of updating git submodule:
git submodule update --recursive --remote
Removing a package is just a case of removing the git submodule.
git submodule deinit pack/plugins/start/vim-airline
git rm pack/plugins/start/vim-airline
rm -rf .git/modules/pack/plugins/start/vim-airline