vim-polyglot/indent/fish.vim

7 lines
165 B
VimL
Raw Permalink Normal View History

if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'fish') != -1
finish
endif
2017-12-06 07:17:06 -05:00
setlocal indentexpr=fish#Indent()
setlocal indentkeys+==end,=else,=case