linux-cultist / venv-selector.nvim

Allows selection of python virtual environment from within neovim
MIT License
378 stars 40 forks source link

Fix log call #121

Closed baodrate closed 1 month ago

baodrate commented 1 month ago

log doesn't exist in the global namespace, so we get a attempt to index global 'log' (a nil value) error. Add a reference to the logger module to avoid this

linux-cultist commented 1 month ago

Thank you, I must have forgotten to remove that. Its something i started working on and it's not supposed to be in there yet. :)