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,11 +0,0 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'fish') == -1
if exists('current_compiler')
finish
endif
let current_compiler = 'fish'
CompilerSet makeprg=fish\ --no-execute\ %
execute 'CompilerSet errorformat='.escape(fish#errorformat(), ' ')
endif