remove venv-selector

This commit is contained in:
Jeremie Fraeys 2023-08-23 21:54:37 -04:00
parent b2bbf271d7
commit b7cef0ced5
2 changed files with 27 additions and 12 deletions

View file

@ -0,0 +1,12 @@
return {
"linux-cultist/venv-selector.nvim",
dependencies = { "neovim/nvim-lspconfig", "nvim-telescope/telescope.nvim" },
config = true,
event = "VeryLazy", -- Optional: needed only if you want to type `:VenvSelect` without a keymapping
keys = {{
"<leader>vs", "<cmd>:VenvSelect<cr>",
-- key mapping for directly retrieve from cache. You may set autocmd if you prefer the no hand approach
"<leader>vc", "<cmd>:VenvSelectCached<cr>"
}}
}