9 Commits

Author SHA1 Message Date
Kira Kawai
29fddf76bc fix(checkhealth): windows binary existence check (#3093)
* 🐛 Windows: allow binary without extension

* show `(unknown version)` if parse failed

Co-authored-by: James Trew <66286082+jamestrew@users.noreply.github.com>

---------

Co-authored-by: ras0q <ras0q@users.noreply.github.com>
Co-authored-by: James Trew <66286082+jamestrew@users.noreply.github.com>
2024-05-14 04:04:26 +00:00
Christian Clason
d8c5ed4e40 feat(ts)!: use upstream treesitter implementation (#2499)
bumps minimum required neovim version to 0.9, see `help telescope.changelog-2499`
2023-05-24 10:43:04 +02:00
J
f2645c1320 fix(health): remove deprecated api warnings in health check (#2478) 2023-04-23 14:40:33 +02:00
Simon Hauser
d3aad43b3f fix: health for neovim nightly (#1984)
The `health` module was moved to `vim.health` in neovim/neovim#18720
2022-06-02 20:17:39 +02:00
Simon Hauser
d743d70292 chore: use of require "health" over vim.fn["health#*"] (#1868) 2022-04-22 16:25:32 +02:00
Simon Hauser
136d1b36bd fix(health): check fdfind before fd to fix weird output on ubuntu
fix #1425
2022-01-14 20:54:17 +01:00
Jakub Łuczyński
917500dbe9 fix: check also fdfind in healthcheck (#1318)
Support different binary names when checking if fd is installed.
2021-10-09 15:34:08 +02:00
Javier Lopez
d1e9655d90 fix(healthcheck): migrate to new lua pattern (#1310) 2021-10-06 17:17:17 +02:00
Senghan Bright
9d847e7904 feat: checkhealth (#1066)
* rebase on latest master

* remove obsolete `popup.nvim` check

* fixup: Move to health and fixups

Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2021-09-10 12:33:09 -04:00