Files
vim-polyglot/indent/fish.vim
2021-01-01 22:30:41 +01:00

8 lines
193 B
VimL

if polyglot#init#is_disabled(expand('<sfile>:p'), 'fish', 'indent/fish.vim')
finish
endif
setlocal indentexpr=fish#Indent()
setlocal indentkeys=!^F,o,O
setlocal indentkeys+==end,=else,=case