diff options
Diffstat (limited to 'lua/default-config.lua')
| -rw-r--r-- | lua/default-config.lua | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/lua/default-config.lua b/lua/default-config.lua index 83ff1cc2..7a26f242 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -150,7 +150,8 @@ O = {                  underline = true,              },              cross_file_rename = true, -            header_insertion = 'never' +            header_insertion = 'never', +            autoformat = false  -- update this to true for enabling autoformat          },          ruby = {              diagnostics = { | 
