feat(python): add more venv names (#1381)

This commit is contained in:
Jakub Kozłowicz 2023-08-29 17:58:42 +02:00 committed by GitHub
parent 971ed5c148
commit 377c0e397c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,14 @@ return {
{
"linux-cultist/venv-selector.nvim",
cmd = "VenvSelect",
opts = {},
opts = {
name = {
"venv",
".venv",
"env",
".env",
},
},
keys = { { "<leader>cv", "<cmd>:VenvSelect<cr>", desc = "Select VirtualEnv" } },
},
}