1
0
mirror of https://github.com/amix/vimrc synced 2025-09-18 02:25:01 +08:00

Update the plugins

This commit is contained in:
Rob Loach
2024-09-19 00:58:15 -04:00
parent ee7e062909
commit 22cf44758f
197 changed files with 306893 additions and 203607 deletions

View File

@ -183,6 +183,9 @@ let g:ale_python_auto_pipenv = get(g:, 'ale_python_auto_pipenv', 0)
" Enable automatic detection of poetry for Python linters.
let g:ale_python_auto_poetry = get(g:, 'ale_python_auto_poetry', 0)
" Enable automatic detection of uv for Python linters.
let g:ale_python_auto_uv = get(g:, 'ale_python_auto_uv', 0)
" Enable automatic adjustment of environment variables for Python linters.
" The variables are set based on ALE's virtualenv detection.
let g:ale_python_auto_virtualenv = get(g:, 'ale_python_auto_virtualenv', 0)