diff options
author | christianchiarulli <[email protected]> | 2021-07-03 23:46:16 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-03 23:46:16 -0400 |
commit | ddc0c71dae44aaf39742201704c22f9cf92073de (patch) | |
tree | 2ba85288d1ae1997ac55b70ad36330b3036b75b0 /lua/default-config.lua | |
parent | 8f37e7f2784b56d918f64960fd7b5c02947904f4 (diff) | |
parent | 632e7bf19418e5792538bbedb602b1e10215fa52 (diff) |
Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable
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 = { |