summaryrefslogtreecommitdiffstats
path: root/indent/fish.vim
blob: 656109627f164c5c2896574629342f1066aaf73f (plain) (blame)
1
2
3
4
5
6
if has_key(g:polyglot_is_disabled, 'fish')
  finish
endif

setlocal indentexpr=fish#Indent()
setlocal indentkeys+==end,=else,=case