14 lines
349 B
Lua
14 lines
349 B
Lua
return {
|
|
"linux-cultist/venv-selector.nvim",
|
|
lazy = false,
|
|
branch = "regexp", -- This is the regexp branch, use this for the new version
|
|
keys = {
|
|
{ "<leader>cv", "<cmd>:VenvSelect<cr>", desc = "Select VirtualEnv", ft = "python" },
|
|
},
|
|
opts = {
|
|
settings = {
|
|
options = { notify_user_on_venv_activation = true },
|
|
},
|
|
},
|
|
}
|