master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 57eb3586d9 - Show all commits

View File

@@ -3,7 +3,12 @@ return {
dependencies = {
'mfussenegger/nvim-dap-python',
'theHamsta/nvim-dap-virtual-text',
{
'rcarriga/nvim-dap-ui',
dependencies = {
'nvim-neotest/nvim-nio'
}
},
'rcarriga/cmp-dap',
},
keys = {
@@ -103,7 +108,7 @@ return {
-- PYTHON
dap.adapters.python = {
type = 'executable',
command = masonpath .. '/packages/debugpy/venv/' .. pythonVenv.getVenvSuffix(),
command = 'python',
args = { '-m', 'debugpy.adapter' },
options = {
detached = true,
@@ -150,7 +155,7 @@ return {
type = 'server',
port = '${port}',
executable = {
command = require'mason-core.path'.bin_prefix'codelldb';
command = require 'mason-core.path'.bin_prefix 'codelldb',
args = { '--port', '${port}' },
-- On windows you may have to uncomment this: