Переглянути джерело

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