fix venv select

This commit is contained in:
Daveanand Mannie
2024-09-14 09:23:15 -04:00
parent e26dcd3e73
commit 5ee79c415f
2 changed files with 13 additions and 9 deletions

View File

@@ -105,6 +105,10 @@ return {
end,
opts = {
settings = {
search = {
-- windows escaping sucks
cwd = { command = "$FD Scripts//python.exe$ $CWD --full-path --color never -HI -a -L" },
},
options = {
notify_user_on_venv_activation = true,
},