mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
12 lines
282 B
VimL
12 lines
282 B
VimL
if polyglot#init#is_disabled(expand('<sfile>:p'), 'fish', 'compiler/fish.vim')
|
|
finish
|
|
endif
|
|
|
|
if exists('current_compiler')
|
|
finish
|
|
endif
|
|
let current_compiler = 'fish'
|
|
|
|
CompilerSet makeprg=fish\ --no-execute\ %
|
|
execute 'CompilerSet errorformat='.escape(fish#errorformat(), ' ')
|