lluis / vim_config

my vim config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my Vim config files

mv ~/.vim ~/.vim.old
git clone https://github.com/lluis/vim_config.git ~/.vim
cd ~/.vim
git submodule init
git submodule update
cd ~/
ln -s .vim/.vimrc .
sudo apt install vim-fugitive

Add a plugin

cd ~/.vim/
git submodule add https://github.com/pangloss/vim-javascript.git bundle/vim-javascript

Update plugins

git submodule foreach git pull
git add bundle

About

my vim config files


Languages

Language:Vim Script 100.0%