diff options
| author | Ikroop Singh Kalsi <ikroop.singh.kalsi@gmail.com> | 2021-09-05 22:42:14 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-05 19:12:14 +0200 |
| commit | 373e4ec58f725910ea242e79ce03fe21f100b6e3 (patch) | |
| tree | 93634a1e326e1ca0a2f274e919d4d1900812ce5c /README.md | |
| parent | 36266238d96cd2219769793855a7e915f5e6a32c (diff) | |
| download | vim-glsl-373e4ec58f725910ea242e79ce03fe21f100b6e3.tar.gz vim-glsl-373e4ec58f725910ea242e79ce03fe21f100b6e3.zip | |
Add VimPlug (#20)
add the VimPlug package manager in the installation section of README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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`: |
