File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- *quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Nov 09
1+ *quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Dec 21
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -1600,6 +1600,15 @@ MYPY TYPE CHECKER *compiler-mypy*
16001600
16011601 グローバルのデフォルトは "--strict --ignore-missing-imports" である。
16021602
1603+ TY TYPE CHECKER *compiler-ty*
1604+
1605+ よく使用されるコンパイラオプションと実行可能ファイルは、b/g:ty_makeprg 変数に
1606+ よって設定できる。例: >
1607+
1608+ let b:ty_makeprg = "uv run ty"
1609+
1610+ グローバルのデフォルトは "ty --no-progress --color=never" である。
1611+
16031612RUFF LINTER *compiler-ruff*
16041613
16051614よく使用されるコンパイラオプションは、b/g:ruff_makeprg_params 変数を設定するこ
Original file line number Diff line number Diff line change 1- *quickfix.txt* For Vim version 9.1. Last change: 2025 Nov 09
1+ *quickfix.txt* For Vim version 9.1. Last change: 2025 Dec 21
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1654,6 +1654,15 @@ b/g:mypy_makeprg_params variable. For example: >
16541654
16551655 The global default is "--strict --ignore-missing-imports".
16561656
1657+ TY TYPE CHECKER *compiler-ty*
1658+
1659+ Commonly used compiler options and executable can be set by the
1660+ b/g:ty_makeprg variable. For example: >
1661+
1662+ let b:ty_makeprg = "uv run ty"
1663+
1664+ The global default is "ty --no-progress --color=never".
1665+
16571666RUFF LINTER *compiler-ruff*
16581667
16591668Commonly used compiler options can be added to 'makeprg' by setting the
You can’t perform that action at this time.
0 commit comments