initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
return {
|
||||
"linux-cultist/venv-selector.nvim",
|
||||
dependencies = {
|
||||
"neovim/nvim-lspconfig",
|
||||
{ "nvim-telescope/telescope.nvim", branch = "master", dependencies = { "nvim-lua/plenary.nvim" } },
|
||||
},
|
||||
ft = "python", --load when python file opens
|
||||
lazy = false,
|
||||
branch = "main", -- This is the regexp branch, use this for the new version
|
||||
keys = {
|
||||
{ "<Leader>vs", "<cmd>VenvSelect<cr>" },
|
||||
},
|
||||
---@type venv-selector.Config
|
||||
opts = {
|
||||
-- Your settings go here
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user