style: python.lua

This commit is contained in:
Folke Lemaitre 2024-06-05 16:42:13 +02:00
parent 1cdb5bdf41
commit 373d6b60e1
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -122,7 +122,7 @@ return {
}, },
}, },
-- 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" } },
}, },
{ {