Update deprecation stuff from nvim dap
This commit is contained in:
parent
4210e5bf36
commit
1ea66a7952
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ return {
|
||||||
config = function()
|
config = function()
|
||||||
local dap = require("dap")
|
local dap = require("dap")
|
||||||
|
|
||||||
require("dap.ext.vscode").load_launchjs()
|
|
||||||
local virtual_text = require("nvim-dap-virtual-text/virtual_text")
|
local virtual_text = require("nvim-dap-virtual-text/virtual_text")
|
||||||
local breakpoint_api = require("persistent-breakpoints.api")
|
local breakpoint_api = require("persistent-breakpoints.api")
|
||||||
|
|
||||||
|
|
@ -56,6 +55,7 @@ return {
|
||||||
|
|
||||||
require("dapui").float_element("console", {
|
require("dapui").float_element("console", {
|
||||||
enter = true,
|
enter = true,
|
||||||
|
title = "output",
|
||||||
border = "rounded",
|
border = "rounded",
|
||||||
position = "center",
|
position = "center",
|
||||||
width = math.floor(columns * 0.8),
|
width = math.floor(columns * 0.8),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue