feat(nvim): add venv-selector.nvim
This commit is contained in:
parent
c79b35ade0
commit
a3f11710b2
@ -0,0 +1,25 @@
|
|||||||
|
return {
|
||||||
|
{
|
||||||
|
"linux-cultist/venv-selector.nvim",
|
||||||
|
dependencies = {
|
||||||
|
"neovim/nvim-lspconfig",
|
||||||
|
"mfussenegger/nvim-dap",
|
||||||
|
"mfussenegger/nvim-dap-python",
|
||||||
|
"nvim-telescope/telescope.nvim",
|
||||||
|
},
|
||||||
|
branch = "regexp",
|
||||||
|
config = function()
|
||||||
|
require("venv-selector").setup({
|
||||||
|
settings = {
|
||||||
|
options = {
|
||||||
|
notify_user_on_venv_activation = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
ft = "python",
|
||||||
|
cmd = {
|
||||||
|
"VenvSelect",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user