# dot-vimrc **Repository Path**: btcoding/dot-vimrc ## Basic Information - **Project Name**: dot-vimrc - **Description**: Github搬运工,学习参考用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-05 - **Last Updated**: 2021-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Updated ================== Installation for neovim ### Notice neovim config directory is ~/.config/nvim/, with config file init.vim (instead of vimrc for vim) ### Install vim-Plug download from https://github.com/junegunn/vim-plug, put in .config/nvim/autoload/ ### Config plugs.vim ### Update plugins start vim :PlugInstall ### After install Youcompleteme when stat nvim there is a error message mentioned vim not compiled with python ... pip install neovim pip3 install neovim