formatprg

This commit is contained in:
Khaveesh N (MBP) 2022-01-06 12:00:10 +05:30
parent d80e11fbbc
commit bd6b832f33
No known key found for this signature in database
GPG key ID: CB82DEC6404CD52E

View file

@ -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