summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/provider
AgeCommit message (Expand)AuthorFiles
2026-04-12feat(provider): support bun as node.js provider #38517Owen1
2026-03-22fix(provider): support python3.14 #38419Eisuke Kawashima1
2026-03-05fix(checkhealth): don't wrap command in cmd.exe (#38158)zeertzjq1
2026-01-28refactor(lua): use vim.fs instead of fnamemodifyYochem van Rosmalen1
2025-09-21fix(health): errors in :checkhealth with pyenv-virtualenv #35865SkrrtBacharach1
2025-09-18fix(health): hard fail on invalid "python-*" bin #35382Judit Novak1
2025-08-31fix(health): update advice for Python #35564Michael Henry1
2025-08-16feat(provider): detect venv python via "pynvim-python" tool #35273Michael Henry1
2025-07-23refactor(lua): use vim.system #34707Yochem van Rosmalen3
2025-03-30fix(checkhealth): check outdated pynvim version properly #33175zeertzjq1
2025-03-29fix(checkhealth): check g:loaded_xx_provider for all providers #33168Justin M. Keyes1
2025-03-28fix(provider)!: drop Python 3.7, 3.8 support #33088v1nh1shungry1
2025-03-22feat(provider/python)!: add python 3.13, drop 3.7 and 3.8 (EOL) #33022Eisuke Kawashima1
2025-01-27fix: resolve all remaining LuaLS diagnosticsLewis Russell1
2024-10-23docs: miscdundargoc1
2024-09-23fix(vim.fs): dirname() returns "." on mingw/msys2 #30480Justin M. Keyes1
2024-07-24fix(health): fix pyenv root and python exepath detect issueAbao Zhang1
2024-07-07fix(health): fix fetching url with python in provider health (#29594)Stanislav Asunkin1
2024-06-04refactor(lua): use tuple syntax everywhere #29111Ilia Choly1
2024-05-27refactor: fix luals type warningsdundargoc1
2024-05-25refactor: move provider-related to where they are useddundargoc1
2024-05-24refactor: replace deprecated vim.loop with vim.uvdundargoc1
2024-05-22fix: merge all provider healthchecks into a single health.luadundargoc5
2024-05-22docs: move vim.health documentation to lua.txtdundargoc5
2024-05-19refactor!: remove `nvim` and `provider` module for checkhealthdundargoc5
2024-01-24refactor: rewrite ruby provider in luadundargoc3
2024-01-24refactor: rewrite perl provider in luadundargoc1
2024-01-22refactor: rewrite python provider in luadundargoc1