diff options
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/python.lua')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/python.lua | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/python.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/python.lua index 3e53ddb..607d647 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/python.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/python.lua @@ -39,14 +39,10 @@ return { end, config = function() require("venv-selector").setup({ - settings = { - options = { - notify_user_on_venv_activation = true, - }, - search = { - venvs = { - command = "fd /bin/python$ ~/.local/share/venvs --full-path", - }, + notify_user_on_activate = true, + search = { + venvs = { + command = "fd /bin/python$ ~/.local/share/venvs --full-path", }, }, }) |
