diff options
author | ChristianChiarulli <[email protected]> | 2022-09-27 13:18:26 -0400 |
---|---|---|
committer | ChristianChiarulli <[email protected]> | 2022-09-27 13:18:26 -0400 |
commit | 58b0684f7edc91503bc774af840a9a5021214781 (patch) | |
tree | c799f7bcb7d528454db774195a14989d9a073bf1 | |
parent | d37fdc5cf245e0f444665d7f031681dfc520f97c (diff) |
chore: format on save false by default in default config
-rw-r--r-- | utils/installer/config.example.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/config.example.lua b/utils/installer/config.example.lua index 8f490f77..9f54c2a4 100644 --- a/utils/installer/config.example.lua +++ b/utils/installer/config.example.lua @@ -10,7 +10,7 @@ an executable -- general lvim.log.level = "warn" -lvim.format_on_save = true +lvim.format_on_save = false lvim.colorscheme = "tokyonight" -- to disable icons and use a minimalist setup, uncomment the following -- lvim.use_icons = false |