# ztvim **Repository Path**: zdevt/ztvim ## Basic Information - **Project Name**: ztvim - **Description**: vim config - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-20 - **Last Updated**: 2025-03-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README *从git下载代码后执行下面操作* # cd .vim # git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim # 各平台分别安装astytle + astyle_sh 放到.vim目录下 + vimrc 放置到用户目录下 -> .vimrc + *vim:* + :PluginInstall + *进入下面文件夹操作* + cd ~/.vim/bundle/YouCompleteMe + git submodule update --init --recursive + ./install.py --clang-completer + 关于jedi-vim + cd ~/.vim/bundle/jedi-vim + git submodule update --init