nchase / vim-glsl

Vim runtime files for OpenGL Shading Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-glsl

Vim syntax highlighting for OpenGL Shading Language

Supported GLSL Versions

  • OpenGL Shading Language: all versions from 1.10 to 4.50
  • OpenGL ES Shading Language: versions 1.00 and 3.00

Installation

Using Vundle

Add to your vimrc:

Plugin 'tikhomirov/vim-glsl'

Then reload your vimrc and run :PluginInstall.

Using Pathogen

$ cd ~/.vim/bundle
$ git clone https://github.com/tikhomirov/vim-glsl

Then run :Helptags to generate help tags.

As part of vim-polyglot

This plugin contributes to vim-polyglot language pack. Please refer to its installation instructions for more details.

Manual

Copy all files to your $HOME/.vim ($HOME\vimfiles\ on Windows) directory.

About

Vim runtime files for OpenGL Shading Language

License:MIT License


Languages

Language:Vim Script 100.0%