mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-31 10:39:25 +00:00
[neovim] Update deprecated code
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
local dap = require("dap")
|
local dap = require("dap")
|
||||||
local dapui = require("dapui")
|
local dapui = require("dapui")
|
||||||
|
|
||||||
local debugpyPythonPath = require("mason-registry").get_package("debugpy"):get_install_path() .. "/venv/bin/python3"
|
local debugpyPythonPath = vim.fn.exepath("debugpy") .. "/venv/bin/python3"
|
||||||
require("dap-python").setup(debugpyPythonPath, {})
|
require("dap-python").setup(debugpyPythonPath, {})
|
||||||
|
|
||||||
dapui.setup({
|
dapui.setup({
|
||||||
|
Reference in New Issue
Block a user