# vim **Repository Path**: rycstar/vim ## Basic Information - **Project Name**: vim - **Description**: No description available - **Primary Language**: VimL - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vim # THIS ONE IS FORKED FROM https://github.com/morphoen/vim How to Install: 1. install tools sudo apt-get install ctags cscope git 2.remove the orignal vim configuration mv ~/.vim ~/.vim.orig mv ~/.vimrc ~/.vimrc.orig 3.clone from git git clone https://github.com/morphoen/vim.git ~/.vim 4.link the vimrc config file ln -s ~/.vim/vimrc ~/.vimrc 5.clone the essensial vim plugins git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle 6.Install the plugins run command ":BundleInstall" in vim.