/my-vim-config

我的 vim 插件和配置文件。

Primary LanguageVim script

我的 vim 设置 🔥

不得不说 vim 真香。写了个脚本,bash run.sh "comments" 直接提交到 github。使用的插件管理器是 vim-plug

插件

sudo pacman -S clang boost llvm-libs cmake
cd ~/.vim/plugged
git clone https://github.com/ycm-core/YouCompleteMe.git --shallow-submodules
git submodule update --init --recursive
python install.py --clang-completer --system-libclang
Plug 'ycm-core/YouCompleteMe', { 'do': './install.py' }

主题