Skip to content

Commit

Permalink
doc: correct enable_dap parameter to be optional (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofseed authored Jun 3, 2024
1 parent 9579e06 commit 819bb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/overseer/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ end

---Add support for preLaunchTask/postDebugTask to nvim-dap
---This is enabled by default when you call overseer.setup() unless you set `dap = false`
---@param enabled boolean
---@param enabled? boolean
M.enable_dap = function(enabled)
if enabled == nil then
enabled = true
Expand Down

0 comments on commit 819bb88

Please sign in to comment.