fix: extras.lang.python to enable venv select keys on ft

This commit is contained in:
Caidan Williams 2024-05-22 09:51:07 -07:00 committed by GitHub
parent ae6d8f1a34
commit 5776c960c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -127,7 +127,7 @@ return {
}, },
}) })
end, end,
keys = { { "<leader>cv", "<cmd>:VenvSelect<cr>", desc = "Select VirtualEnv" } }, keys = { { "<leader>cv", "<cmd>:VenvSelect<cr>", desc = "Select VirtualEnv", ft = "python" } },
}, },
{ {
"hrsh7th/nvim-cmp", "hrsh7th/nvim-cmp",