Merge branch 'pull-6307'

This commit is contained in:
akioweh 2025-08-27 16:31:03 +04:00
commit 85c9a8ffd6
No known key found for this signature in database

View file

@ -126,12 +126,10 @@ return {
"linux-cultist/venv-selector.nvim", "linux-cultist/venv-selector.nvim",
cmd = "VenvSelect", cmd = "VenvSelect",
opts = { opts = {
settings = {
options = { options = {
notify_user_on_venv_activation = true, notify_user_on_venv_activation = true,
}, },
}, },
},
-- Call config for python files and load the cached venv automatically -- Call config for python files and load the cached venv automatically
ft = "python", ft = "python",
keys = { { "<leader>cv", "<cmd>:VenvSelect<cr>", desc = "Select VirtualEnv", ft = "python" } }, keys = { { "<leader>cv", "<cmd>:VenvSelect<cr>", desc = "Select VirtualEnv", ft = "python" } },