mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 21:43:49 -05:00
7 lines
145 B
VimL
7 lines
145 B
VimL
if !polyglot#util#IsEnabled('fish', expand('<sfile>:p'))
|
|
finish
|
|
endif
|
|
|
|
setlocal indentexpr=fish#Indent()
|
|
setlocal indentkeys+==end,=else,=case
|