diff options
author | Elias Roa <[email protected]> | 2022-12-14 14:25:25 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-14 22:25:25 +0100 |
commit | 7905ec6f1ef2c1bd84f34358d43ff8c900155663 (patch) | |
tree | 07f5dde6faeb14f2f8e99a0ef0352ae809e4ed89 /utils/installer/config.example.lua | |
parent | f50e49a3cc359cde4dc0132e682c0ae11b20da05 (diff) |
fix(config): fix typo in example configs (#3611)
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 84f369c4..b779717d 100644 --- a/utils/installer/config.example.lua +++ b/utils/installer/config.example.lua @@ -78,7 +78,7 @@ lvim.builtin.treesitter.auto_install = true -- { command = "stylua" }, -- { -- command = "prettier", --- extra_args = { "--print-with", "100" }, +-- extra_args = { "--print-width", "100" }, -- filetypes = { "typescript", "typescriptreact" }, -- }, -- } |