summaryrefslogtreecommitdiff
path: root/lua/telescope/health.lua
AgeCommit message (Collapse)Author
2022-06-02fix: health for neovim nightly (#1984)Simon Hauser
The `health` module was moved to `vim.health` in neovim/neovim#18720
2022-04-22chore: use of require "health" over vim.fn["health#*"] (#1868)Simon Hauser
2022-01-14fix(health): check fdfind before fd to fix weird output on ubuntuSimon Hauser
fix #1425
2021-10-09fix: check also fdfind in healthcheck (#1318)Jakub Łuczyński
Support different binary names when checking if fd is installed.
2021-10-06fix(healthcheck): migrate to new lua pattern (#1310)Javier Lopez
2021-09-10feat: checkhealth (#1066)Senghan Bright
* rebase on latest master * remove obsolete `popup.nvim` check * fixup: Move to health and fixups Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>