mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 05:53:50 -05:00
Move packages to yaml file
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'icalenadr') == -1
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'icalendar') == -1
|
||||
|
||||
" Vim syntax file
|
||||
" Language: icalendar <http://www.ietf.org/rfc/rfc2445.txt>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vm') == -1
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'velocity') == -1
|
||||
|
||||
" Vim syntax file
|
||||
" Language: Velocity HTML template
|
||||
|
||||
Reference in New Issue
Block a user