Added python lsp and massive refactor
This commit is contained in:
13
lua/plugins/venv-selector.lua
Normal file
13
lua/plugins/venv-selector.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
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>" },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user