vim-patch:e09ff34: runtime(ty): include ty compiler plugin (#37066)

closes: vim/vim#18960

e09ff34129

Co-authored-by: Konfekt <Konfekt@users.noreply.github.com>
This commit is contained in:
zeertzjq
2025-12-22 08:13:20 +08:00
committed by GitHub
parent d1189ea508
commit e1aceb0068
2 changed files with 28 additions and 0 deletions

View File

@@ -1652,6 +1652,15 @@ b/g:mypy_makeprg_params variable. For example: >
The global default is "--strict --ignore-missing-imports".
TY TYPE CHECKER *compiler-ty*
Commonly used compiler options and executable can be set by the
b/g:ty_makeprg variable. For example: >
let b:ty_makeprg = "uv run ty"
The global default is "ty --no-progress --color=never".
RUFF LINTER *compiler-ruff*
Commonly used compiler options can be added to 'makeprg' by setting the