Преглед изворни кода

chore: format on save false by default in default config

ChristianChiarulli пре 2 година
родитељ
комит
58b0684f7e
1 измењених фајлова са 1 додато и 1 уклоњено
  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