Files
vim-polyglot/indent/fish.vim
2019-09-12 15:08:44 +02:00

7 lines
158 B
VimL

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