# vimrc **Repository Path**: wayneyeoh/vimrc ## Basic Information - **Project Name**: vimrc - **Description**: vim ide - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-06 - **Last Updated**: 2023-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## VIMRC - clone the repository to your machine `git clone https://gitee.com/wayneyeoh/vimrc.git ~/.vim` - `ln -s ~/.vim/vimrc ~/.vimrc` - install vim-plug `curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim` or `mkdir -p ~/.vim/autoload` an `cp ~/.vim/plug.vim ~/.vim/autoload/plug.vim` - open vim and execute `PlugInstall` and `CocInstall coc-ccls` - `sudo apt install pyenv ctags ccls` - main file ./lib/extension.js not found, you may need to build the project `pip3 install pyvim/pynvim` - `build/index.js not found, please install dependencies and compile coc.nvim by: yarn install` `npm install -g yarn` and `cd .vim/plugged/coc.nvim/` then `yarn install`