init
This commit is contained in:
parent
3728ac496d
commit
53395d3971
81 changed files with 723 additions and 1543 deletions
16
home/config/nvim/lua/plugins/venv-selector.lua
Normal file
16
home/config/nvim/lua/plugins/venv-selector.lua
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
return {
|
||||
{
|
||||
"mfussenegger/nvim-dap",
|
||||
config = function() end,
|
||||
},
|
||||
{
|
||||
"linux-cultist/venv-selector.nvim",
|
||||
dependencies = { "neovim/nvim-lspconfig", "nvim-telescope/telescope.nvim", "mfussenegger/nvim-dap" },
|
||||
opts = {
|
||||
name = { "venv", ".venv" },
|
||||
parents = 2,
|
||||
auto_refresh = true,
|
||||
},
|
||||
event = "VeryLazy",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue