diff options
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/vital/crystal.vital | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/autoload/vital/crystal.vital b/autoload/vital/crystal.vital new file mode 100644 index 00000000..7c1f45ff --- /dev/null +++ b/autoload/vital/crystal.vital @@ -0,0 +1,10 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1 + +crystal +a977489 + +Process +Web.JSON +ColorEcho + +endif |