fix(config): fix typo in example configs (#3611)

This commit is contained in:
Elias Roa 2022-12-14 14:25:25 -07:00 committed by GitHub
parent f50e49a3cc
commit 7905ec6f1e
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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" },
-- },
-- }

View file

@ -100,7 +100,7 @@ lvim.builtin.treesitter.auto_install = true
-- { command = "stylua" },
-- {
-- command = "prettier",
-- extra_args = { "--print-with", "100" },
-- extra_args = { "--print-width", "100" },
-- filetypes = { "typescript", "typescriptreact" },
-- },
-- }