plenary.nvim
plenary.nvim copied to clipboard
exists() hangs when it should return false
You'd expect this to echo true, and this is what happens:
:lua print(require('plenary.path'):new('.'):find_upwards('node_modules'):exists())
You'd expect this to echo false, but instead it just hangs:
:lua print(require('plenary.path'):new('.'):find_upwards('red_herring'):exists())
maybe will fix by https://github.com/nvim-lua/plenary.nvim/pull/562