mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-15 23:13:50 -05:00
7 lines
132 B
VimL
7 lines
132 B
VimL
if !has_key(g:polyglot_is_disabled, 'fish')
|
|
finish
|
|
endif
|
|
|
|
setlocal indentexpr=fish#Indent()
|
|
setlocal indentkeys+==end,=else,=case
|