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 /utils/installer/lv-config.example.lua | |
parent | 8f37e7f2784b56d918f64960fd7b5c02947904f4 (diff) | |
parent | 632e7bf19418e5792538bbedb602b1e10215fa52 (diff) |
Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable
Diffstat (limited to 'utils/installer/lv-config.example.lua')
-rw-r--r-- | utils/installer/lv-config.example.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/installer/lv-config.example.lua b/utils/installer/lv-config.example.lua index c90d4876..f71ad561 100644 --- a/utils/installer/lv-config.example.lua +++ b/utils/installer/lv-config.example.lua @@ -83,6 +83,12 @@ O.lang.go.autoformat = true -- rust O.lang.rust.autoformat = true + +-- clang +O.lang.clang.autoformat = false -- Set to true to enable auto-format in C/C++ files. + + + -- create custom autocommand field (This would be easy with lua) -- Turn off relative_numbers |