Just going through your Neovim python configuration after [this comment](https://github.com/simrat39/symbols-outline.nvim/issues/106#issuecomment-1101565453). I suspect this [line](https://github.com/eddiebergman/.dot/blob/master/.config/nvim/lua/util.lua#L86) should perhaps be `if env and path.exists(join(env, "bin", "python")) then`?
Just going through your Neovim python configuration after this comment.
I suspect this line should perhaps be
if env and path.exists(join(env, "bin", "python")) then?