Add python-dap
This commit is contained in:
parent
8ff9c94f8f
commit
745201acb3
2 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ return {
|
|||
'linux-cultist/venv-selector.nvim',
|
||||
dependencies = { 'neovim/nvim-lspconfig', 'nvim-telescope/telescope.nvim', 'mfussenegger/nvim-dap-python' },
|
||||
opts = {
|
||||
dap_enabled = true, -- makes the debugger work with venv
|
||||
-- Your options go here
|
||||
-- name = "venv",
|
||||
-- auto_refresh = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue