Change julia provider to JuliaEditorSupport/julia-vim, closes #253

This commit is contained in:
Adam Stankiewicz
2017-12-06 13:05:56 +01:00
parent dce9e8dec5
commit 9fe009095a
32 changed files with 5774 additions and 2236 deletions

View File

@@ -1,15 +0,0 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'glsl') == -1
" Language: OpenGL Shading Language
" Maintainer: Sergey Tikhomirov <sergey@tikhomirov.io>
if exists("b:did_indent")
finish
endif
setlocal autoindent cindent
setlocal formatoptions+=roq
" vim:set sts=2 sw=2 :
endif