feat(nvim): add venv-selector.nvim
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 35s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 35s
This commit is contained in:
parent
9ba3443305
commit
147e544bf8
@ -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