mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 04:53:51 -05:00
7 lines
165 B
VimL
7 lines
165 B
VimL
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'fish') != -1
|
|
finish
|
|
endif
|
|
|
|
setlocal indentexpr=fish#Indent()
|
|
setlocal indentkeys+==end,=else,=case
|