ITADN

bug: using care w/ lazy.nvim breaks down its fuzzy-finding ability after reinstalling

#154Closedmj59487 创建于 2024-12-12
M
mj59487commented
### Prerequisites - [X] I am using the latest stable or nightly neovim version - [X] I am using the latest version of the plugin ### Neovim Version NVIM v0.11.0-dev-1341+g5eda7aafe9 ### Actual behavior Re-adding care file from git stage, setting `cond` or `enabled` from false -> true in lazy.nvim causes care to get rid of its ability to fuzzy find through its entry. ### Expected behavior Re-adding removed plugin file from the git stage or resetting `cond` or `enabled` to true again should re-add care's ability to fuzzy-find through entries. I am pretty sure this is a problem with lazy.nvim rather to care.nvim but I still want to know the author's word for it. ### Healthcheck ```markdown ============================================================================== care: require("care.health").check() care.nvim ~ - Checking configuration... - Format entry function: - Format entry function returns correct value - Alignments: - All alignments are correct - - Checking dependencies... - ERROR Critical: dependency 'fzy' not found - Check installation instructions for you package manager in the documentation (this occurs after re-adding the plugin file from git stage or re-enabling the plugin from lazy) ``` ### Other information _No response_
关闭于 2024-12-12 2 条评论