Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Dec 8, 2023
1 parent 39565ed commit f923efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/catppuccin/groups/integrations/dap_ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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
O.integrations.dap_ui = O.integrations.dap.enable_ui
end

return {
Expand Down
2 changes: 1 addition & 1 deletion vim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ globals:
property: read-only
O.integrations.dap_ui:
type: bool
property: read-only
property: full-write

O.integrations.dashboard:
type: bool
Expand Down

0 comments on commit f923efa

Please sign in to comment.