motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit fb534e7d12be7e529f79ad5ab99c08dc99f53294 (tree)
parent 41c26d6f1d32406b401342857d1e8ae3ec413884
Author: Anand Balakrishnan <anandbala1597@gmail.com>
Date:   Thu, 24 Jun 2021 11:43:52 -0700

Remove formatprg

Diffstat:
Mftplugin/zig.vim | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ftplugin/zig.vim b/ftplugin/zig.vim @@ -43,10 +43,8 @@ if exists("*json_decode") && executable('zig') unlet! s:env endif -let &l:formatprg = 'zig fmt --stdin' - let b:undo_ftplugin = - \ 'setl isk< et< ts< sts< sw< fo< sua< mp< com< cms< inex< inc< pa< fp<' + \ 'setl isk< et< ts< sts< sw< fo< sua< mp< com< cms< inex< inc< pa<' let &cpo = s:cpo_orig unlet s:cpo_orig