From: Philippe Huerlimann Date: Wed, 27 Jun 2012 07:36:13 +0000 (+0200) Subject: added the glsl syntax plugin X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=5a8d1c15b59fcb9a374eb3cbc89c7e053c13f45e;p=vimfiles.git added the glsl syntax plugin --- diff --git a/vimrc b/vimrc index 6c1f36b..fcc9999 100644 --- a/vimrc +++ b/vimrc @@ -30,6 +30,7 @@ Bundle 'leshill/vim-json' Bundle 'Lokaltog/vim-powerline' Bundle 'majutsushi/tagbar' Bundle 'mileszs/ack.vim' +Bundle 'Nemo157/glsl.vim' Bundle 'nsf/gocode', {'rtp': 'vim/'} Bundle 'nvie/vim-flake8' Bundle 'othree/html5.vim'