aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIkroop Singh Kalsi <ikroop.singh.kalsi@gmail.com>2021-09-05 22:42:14 +0530
committerGitHub <noreply@github.com>2021-09-05 19:12:14 +0200
commit373e4ec58f725910ea242e79ce03fe21f100b6e3 (patch)
tree93634a1e326e1ca0a2f274e919d4d1900812ce5c
parent36266238d96cd2219769793855a7e915f5e6a32c (diff)
downloadvim-glsl-373e4ec58f725910ea242e79ce03fe21f100b6e3.tar.gz
vim-glsl-373e4ec58f725910ea242e79ce03fe21f100b6e3.zip
Add VimPlug (#20)
add the VimPlug package manager in the installation section of README.md
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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`: