Explorar o código

chore: format on save false by default in default config

ChristianChiarulli %!s(int64=2) %!d(string=hai) anos
pai
achega
58b0684f7e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      utils/installer/config.example.lua

+ 1 - 1
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