Files
vim-polyglot/indent/fish.vim

7 lines
145 B
VimL

if !polyglot#util#IsEnabled('fish', expand('<sfile>:p'))
finish
endif
setlocal indentexpr=fish#Indent()
setlocal indentkeys+==end,=else,=case