# addmis **Repository Path**: kzhuo/addmis ## Basic Information - **Project Name**: addmis - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-12-17 - **Last Updated**: 2024-08-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # addmis is a simple plugin for my self functions what you need to use Vundle and my key binddings: Clone plugins ============== On windows ------------ clone my plugin `git clone https://github.com/kaikuo/addmis.git %USERPROFILE%/.vim` clone vundle.vim plugin `git clone https://github.com/VundleVim/Vundle.vim.git %USERPROFILE%/.vim/bundle/Vundle.vim` On Linux ------------ clone my plugin `git clone https://github.com/kaikuo/addmis.git ~/.vim` clone vundle.vim plugin `git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim` Create vimrc ============= On windows ------------ backup your current vimrc files: `copy %USERPROFILE%\_vimrc %USERPROFILE%\_vimrc.bak` make new vimrc file `echo source ~/.vim/kinit.vim > %USERPROFILE%\_vimrc` On Linux/Unix -------------- backup your current vimrc files: `cp ~/.vimrc ~/.vimrc.bak` make new vimrc file `echo source ~/.vim/kinit.vim > ~/.vimrc` Final step ============= execute: :VundleInstall gvim +PluginInstall +quit vim +PluginInstall +quit vim ~/.vim/config.vim to Change Your name for doxygenToolkit, etc download and delete $VIM/gvimrc http://files.kaoriya.net/vim/ As a script ============ Linux -------- ```sh sudo apt install vim-nox git clone --depth=1 https://github.com/kaikuo/addmis.git ~/.vim git clone --depth=1 https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim echo source ~/.vim/kinit.vim > ~/.vimrc vim +PluginInstall +quit ```