Skip to content

Commit

Permalink
Updated types
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandoks committed Oct 13, 2023
1 parent 603798f commit 8974657
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lua/catppuccin/types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@
---@field lsp_trouble boolean?
---@field markdown boolean?
---@field mason boolean?
---@field mini boolean?
---@field native_lsp CtpIntegrationNativeLsp | boolean?
-- You **NEED** to enable highlight in your `nvim-navic` config or it won't work:
--
Expand Down Expand Up @@ -228,6 +227,12 @@
-- Follow the instructions on the plugins GitHub repo to set it up.
---@field colored_indent_levels boolean?

---@class CtpIntegrationMini
-- Whether to enable the integration.
---@field enabled boolean
-- Sets the color of the scope line
---@field indentscope_color CtpColor?

---@class CtpIntegrationNativeLsp
-- Whether to enable the Native LSP integration.
---@field enabled boolean
Expand Down

0 comments on commit 8974657

Please sign in to comment.