Skip to content

Commit

Permalink
chore: update lua types
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Dec 7, 2023
1 parent b4f3b33 commit c7e4f04
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions lua/catppuccin/types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,18 +118,15 @@
-- `coc.nvim` links to `native_lsp` highlight groups, so you can use
-- `native_lsp.virtual_text` and `native_lsp.underlines` to style diagnostics.
---@field coc_nvim boolean?
-- You **NEED** to override nvim-dap's default highlight groups, **AFTER** requiring nvim-dap:
--
-- ```lua
-- require("dap")
--
-- 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 = ""})
-- ```
---@field dap CtpIntegrationDAP | boolean?
---@field dap boolean?
---@field dap_ui boolean?
---@field dashboard boolean?
---@field dropbar CtpIntegrationDropbar | boolean?
---@field fern boolean?
Expand Down Expand Up @@ -209,11 +206,6 @@
-- Whether the directory name should be dimmed.
---@field dim_dirname boolean?

---@class CtpIntegrationDAP
---@field enabled boolean
-- Enable `nvim-dap-ui`
---@field enable_ui boolean?

---@class CtpIntegrationDropbar
-- Whether to enable the dropbar integration.
---@field enabled boolean
Expand Down

0 comments on commit c7e4f04

Please sign in to comment.