paranlee / vimrc

My .virmrc repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vimrc

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

.vimrc

git clone https://github.com/paranlee/vimrc.git ~/vimrc
cp ~/vimrc/.vimrc ~

Preinstall Plugins

Install dependency plugins in ubuntu ≥ 20.04

sudo apt -y install build-essential cmake python3-dev universal-ctags cscope

Install Plugins

Launch vim and run :PluginInstall

vim .vimrc

# go to vim and 
#   :PluginInstall

Portable

We can use portable vimrc tar in intranet.

tar cvf vimrc.tar vimrc
# some moving via network
tar xvf T.tar -C ~/vimrc

About

My .virmrc repository.

License:GNU General Public License v2.0


Languages

Language:Vim Script 100.0%