ifthenelse / vim-config

My vim configuration with settings and plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-config

Vim configuration using Vim-plug as plugin manager.

Install Vim-plug and configuration

cd ~
git clone git@github.com:ifthenelse/vim-config.git .vim
cd ~
ln -s .vim/.vimrc

Vim-plug will be installed when Vim is run for the first time

Install plugins

Plugins will be installed automatically when Vim is run for the first time

Update plugins

To update all plugins, once VIM has been started, run command :PlugUpdate

About

My vim configuration with settings and plugins


Languages

Language:Vim Script 100.0%