fix(python): extras.lang.python to enable venv select keys on ft (#3280)

This commit is contained in:
Caidan Williams 2024-05-22 10:39:16 -07:00 committed by GitHub
parent ad6c9bcfab
commit f9b31372ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",