guzhongren / .vim

vim8 config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.vim

效果

vim

安装

Optional: replace git@gihtub.com: with hppts://github.com/ for .gitmodules file content

git clone --depth=1 --recursive git@github.com:guzhongren/.vim.git ~/.vim
...
git submodule init
git submodule update --recursive --remote --depth=1

添加

git submodule add https://github.com/w0rp/ale.git ~/.vim/pack/default/start/ale
...
# 或者
git submodule add git@github.com:lilydjwg/fcitx.vim.git ~/.vim/pack/default/start/citx.vim
...

更新

git submodule update --recursive --remote --depth=1
...

更新 Coc

vim xx
:CocUpdate

About

vim8 config

License:MIT License


Languages

Language:Vim Script 99.5%Language:Shell 0.5%