mirror of
https://github.com/khaveesh/vim-fish-syntax.git
synced 2026-09-10 07:16:31 -04:00
formatprg
This commit is contained in:
parent
d80e11fbbc
commit
bd6b832f33
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue