Skip to content

Commit fb534e7

Browse files
anand-balahaze
authored andcommitted
Remove formatprg
1 parent 41c26d6 commit fb534e7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ftplugin/zig.vim

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,8 @@ if exists("*json_decode") && executable('zig')
4343
unlet! s:env
4444
endif
4545

46-
let &l:formatprg = 'zig fmt --stdin'
47-
4846
let b:undo_ftplugin =
49-
\ 'setl isk< et< ts< sts< sw< fo< sua< mp< com< cms< inex< inc< pa< fp<'
47+
\ 'setl isk< et< ts< sts< sw< fo< sua< mp< com< cms< inex< inc< pa<'
5048

5149
let &cpo = s:cpo_orig
5250
unlet s:cpo_orig

0 commit comments

Comments
 (0)