remove venv-selector
parent
b2bbf271d7
commit
b7cef0ced5
@ -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>"
|
||||
}}
|
||||
}
|
||||
|
Loading…
Reference in New Issue