disable zig autoformat

This commit is contained in:
LordMZTE 2023-04-03 14:48:56 +02:00
parent 35938fb476
commit 449e31bf66
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -29,6 +29,9 @@
;; Disable unwanted filetype mappings
(set g.no_plugin_maps true)
;; Disable automatic formatting of Zig code (this is on by default!!!)
(set g.zig_fmt_autosave 0)
;; Other settings
(cmd "colorscheme dracula")
(cmd "filetype plugin on")