aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`: