mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 21:43:49 -05:00
8 lines
159 B
VimL
8 lines
159 B
VimL
if has_key(g:polyglot_is_disabled, 'fish')
|
|
finish
|
|
endif
|
|
|
|
setlocal indentexpr=fish#Indent()
|
|
setlocal indentkeys=!^F,o,O
|
|
setlocal indentkeys+==end,=else,=case
|