ソースを参照

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

Elias Roa 2 年 前
コミット
7905ec6f1e

+ 1 - 1
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" },
 --   },
 -- }

+ 1 - 1
utils/installer/config_win.example.lua

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