vim-polyglot/indent/fish.vim
2019-03-04 09:28:35 +01:00

7 lines
165 B
VimL

if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'fish') != -1
finish
endif
setlocal indentexpr=fish#Indent()
setlocal indentkeys+==end,=else,=case