Skip to content

Commit

Permalink
fix: replace deprecated values for dap-ui (doom-neovim#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvchoudh authored and austinharris committed Sep 10, 2021
1 parent 8a69997 commit b0fbf38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/doom/modules/config/doom-dap-ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ return function()
"stacks",
"watches",
},
width = 40,
size = 40,
position = "left", -- Can be "left" or "right"
},
tray = {
open_on_start = true,
elements = {
"repl",
},
height = 10,
size = 10,
position = "bottom", -- Can be "bottom" or "top"
},
floating = {
Expand Down

0 comments on commit b0fbf38

Please sign in to comment.