Added python lsp and massive refactor

This commit is contained in:
2024-08-15 01:31:33 +04:00
parent 3c76f844f7
commit 6d55a5d90a
12 changed files with 198 additions and 25 deletions

View 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>" },
},
}