Browse Source

chore: format on save false by default in default config

ChristianChiarulli 2 years ago
parent
commit
58b0684f7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/installer/config.example.lua

+ 1 - 1
utils/installer/config.example.lua

@@ -10,7 +10,7 @@ an executable
 
 
 -- general
 -- general
 lvim.log.level = "warn"
 lvim.log.level = "warn"
-lvim.format_on_save = true
+lvim.format_on_save = false
 lvim.colorscheme = "tokyonight"
 lvim.colorscheme = "tokyonight"
 -- to disable icons and use a minimalist setup, uncomment the following
 -- to disable icons and use a minimalist setup, uncomment the following
 -- lvim.use_icons = false
 -- lvim.use_icons = false