From 618217d190955d7bbe14c34375f596dc0aa86014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sun, 11 Aug 2024 02:20:08 +0300 Subject: zig: turn off retarded autofmt default Who thought this was a good idea? --- dotfiles/.config/nvim/init.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/.config/nvim/init.vim b/dotfiles/.config/nvim/init.vim index ff48a91..99aad12 100644 --- a/dotfiles/.config/nvim/init.vim +++ b/dotfiles/.config/nvim/init.vim @@ -301,6 +301,8 @@ call plug#end() \ let b:SuperTabContextDefaultCompletionType = "" autocmd FileType text,tex,markdown,html,rst setlocal spell spelllang=en_us,es,ru tw=80 | \ let b:SuperTabContextDefaultCompletionType = "" + " Having this on is a retarded default + let g:zig_fmt_autosave = 0 " C indentation rules set cino=:0l1 -- cgit v1.2.3