vim-polyglot/indent/fish.vim

7 lines
160 B
VimL
Raw Normal View History

2016-05-02 04:46:45 -04:00
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'fish') == -1
setlocal indentexpr=fish#Indent()
setlocal indentkeys+==end,=else,=case
endif