소스 검색

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

Elias Roa 2 년 전
부모
커밋
7905ec6f1e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      utils/installer/config.example.lua
  2. 1 1
      utils/installer/config_win.example.lua

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