mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
fix(python): extras.lang.python to enable venv select keys on ft (#3280)
This commit is contained in:
parent
ad6c9bcfab
commit
f9b31372ae
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ return {
|
|||
},
|
||||
})
|
||||
end,
|
||||
keys = { { "<leader>cv", "<cmd>:VenvSelect<cr>", desc = "Select VirtualEnv" } },
|
||||
keys = { { "<leader>cv", "<cmd>:VenvSelect<cr>", desc = "Select VirtualEnv", ft = "python" } },
|
||||
},
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue