Browse Source

chore: format on save false by default in default config

ChristianChiarulli 2 năm trước cách đây
mục cha
commit
58b0684f7e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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