chore: format on save false by default in default config

This commit is contained in:
ChristianChiarulli 2022-09-27 13:18:26 -04:00
parent d37fdc5cf2
commit 58b0684f7e

View file

@ -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