From 373e4ec58f725910ea242e79ce03fe21f100b6e3 Mon Sep 17 00:00:00 2001 From: Ikroop Singh Kalsi Date: Sun, 5 Sep 2021 22:42:14 +0530 Subject: Add VimPlug (#20) add the VimPlug package manager in the installation section of README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0222342..3d51c30 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,16 @@ or using [modeline](http://vimdoc.sourceforge.net/htmldoc/options.html#modeline) ## Installation +#### Using [VimPlug](https://https://github.com/junegunn/vim-plug) + +Add to your `vimrc`: + +```viml +Plug 'tikhomirov/vim-glsl' +``` + +Then reload your `vimrc` and run `:PlugInstall`. + #### Using [Vundle](https://github.com/gmarik/vundle) Add to your `vimrc`: -- cgit v1.2.3