diff options
author | Christian Chiarulli <[email protected]> | 2022-11-04 17:04:05 -0400 |
---|---|---|
committer | Christian Chiarulli <[email protected]> | 2022-11-04 17:32:46 -0400 |
commit | 08d3c056ffe989b97b11afee9ad1db108d3ccfb5 (patch) | |
tree | f5d2f26e602f232fcc115f4c38e29722e8b92148 /utils/installer/config.example.lua | |
parent | 57c159fe3c4aec49aeb5a4df78275e7092fc21fa (diff) |
chore: format on save off by default
chore: check if table
Diffstat (limited to 'utils/installer/config.example.lua')
-rw-r--r-- | utils/installer/config.example.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/config.example.lua b/utils/installer/config.example.lua index 292c3b6b..65415434 100644 --- a/utils/installer/config.example.lua +++ b/utils/installer/config.example.lua @@ -10,7 +10,7 @@ an executable -- general lvim.log.level = "warn" -lvim.format_on_save = false +lvim.format_on_save.enabled = false lvim.colorscheme = "lunar" -- to disable icons and use a minimalist setup, uncomment the following -- lvim.use_icons = false |