Add and enable catppuccin

This commit is contained in:
2023-09-13 20:22:35 +02:00
parent 38ddf9eb38
commit f22eb5e424
3 changed files with 78 additions and 2 deletions
+9
View File
@@ -88,4 +88,13 @@ function M.pytest(args)
start(config)
end
--[[
TODO: Add this after loading dap for integrating catppuccin:
local sign = vim.fn.sign_define
sign("DapBreakpoint", { text = "●", texthl = "DapBreakpoint", linehl = "", numhl = ""})
sign("DapBreakpointCondition", { text = "●", texthl = "DapBreakpointCondition", linehl = "", numhl = ""})
sign("DapLogPoint", { text = "◆", texthl = "DapLogPoint", linehl = "", numhl = ""})
--]]
return M