From 6b1d2e79dc2a6f93a158ffda772d98393710c256 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Fri, 3 Feb 2023 13:21:49 -0600 Subject: [PATCH] avoid auto formatting --- lua/user_example/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/user_example/init.lua b/lua/user_example/init.lua index 2da5915..cf8e5ab 100644 --- a/lua/user_example/init.lua +++ b/lua/user_example/init.lua @@ -144,7 +144,7 @@ local config = { formatting = { -- control auto formatting on save format_on_save = { - enabled = true, -- enable or disable format on save globally + enabled = false, -- enable or disable format on save globally allow_filetypes = { -- enable format on save for specified filetypes only -- "go", },