diff --git a/ftplugin/fish.vim b/ftplugin/fish.vim index 58a05aa..5dc73a3 100644 --- a/ftplugin/fish.vim +++ b/ftplugin/fish.vim @@ -19,6 +19,7 @@ setlocal suffixesadd^=.fish if executable('fish') setlocal omnifunc=fish#Complete setlocal formatprg=fish_indent + let b:formatprg = [ 'fish_indent' ] endif let b:match_ignorecase = 0