14 lines
		
	
	
		
			363 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			363 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
return {
 | 
						|
	"linux-cultist/venv-selector.nvim",
 | 
						|
	dependencies = { "neovim/nvim-lspconfig", "nvim-telescope/telescope.nvim" },
 | 
						|
	opts = {
 | 
						|
		name = "venv",
 | 
						|
	},
 | 
						|
	branch = "regexp", -- This is the regexp branch, use this for the new version
 | 
						|
	event = "VeryLazy",
 | 
						|
	keys = {
 | 
						|
		{ "<leader>vs", "<cmd>VenvSelect<cr>" },
 | 
						|
		{ "<leader>vc", "<cmd>VenvSelectCached<cr>" },
 | 
						|
	},
 | 
						|
}
 |