Skip to content

Commit

Permalink
feat: make changes backwards compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Dec 8, 2023
1 parent a214bbc commit 39565ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/catppuccin/groups/integrations/dap_ui.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
local M = {}

function M.get()
if O.integrations.dap.enabled and O.integrations.dap.enable_ui ~= nil then
O.integrations.dap_ui = O.integrations.dap.enable_ui
end

return {
DapUIScope = { fg = C.sky },
DapUIType = { fg = C.mauve },
Expand Down

0 comments on commit 39565ed

Please sign in to comment.