mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-28 22:08:19 +02:00
Merge cd5733bea8
into 25abbf546d
This commit is contained in:
commit
e95e65c447
1 changed files with 2 additions and 4 deletions
|
@ -120,12 +120,10 @@ return {
|
||||||
return LazyVim.has("telescope.nvim")
|
return LazyVim.has("telescope.nvim")
|
||||||
end,
|
end,
|
||||||
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" } },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue