# vimconf **Repository Path**: yoyojacky/vimconf ## Basic Information - **Project Name**: vimconf - **Description**: 我的 vim 配置 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # myvim This is my vim plugin, it can auto complete my typing. ## How to install 1. unzip vim.zip file to your home directory. for example: my raspberry pi home directory is /home/pi just unzip the archive package into this folder. 2. grant permisson to the vim folder: ```bash sudo cp /home/pi/vim/vim/.vim* /home/pi/ sudo chmod 777 /home/pi/vim/vim/.vim* -r ``` # If you have error: ctaglist plugin not work properly. Typing this command in you terminal: ```bash sudo apt-get update sudo apt-get -y install exuberant-ctags ``` and then try again.