Skip to content

Commit

Permalink
perf(python): Lazy load venv-selector on command
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored Dec 20, 2023
1 parent 6b8e5a7 commit e7c77bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/pack/python/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ return {
{
"linux-cultist/venv-selector.nvim",
opts = {},
cmd = { "VenvSelect", "VenvSelectCached" },
keys = { { "<leader>lv", "<cmd>:VenvSelect<cr>", desc = "Select VirtualEnv" } },
},
{
Expand Down

0 comments on commit e7c77bd

Please sign in to comment.