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", },