Skip to content

stevenpcc/vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vim Config Setup

1. Remove the old default config

sudo mv /etc/vim /etc/vim_original

2. Clone into the main repo

sudo git clone https://github.com/stevenpcc/vim-config /etc/vim/

3. Install the plugins

Plugins must be installed for each user

:PlugInstall

Updating

Use the latest commit

sudo git -C /etc/vim pull

Update the plugins

:PlugUpdate

This repo will provide an upgraded Plug so there is no need to use :PlugUpgrade

About

Personal vimrc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published