Skip to content

Commit

Permalink
chore: alphabetize the field types
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmedeski committed Nov 13, 2024
1 parent c85e8e8 commit b55c5b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/catppuccin/types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
---@class CtpIntegrations
---@field aerial boolean?
---@field alpha boolean?
---@field copilot_vim boolean?
---@field barbar boolean?
-- Use this to set it up:
--
Expand All @@ -122,11 +121,12 @@
---@field barbecue CtpIntegrationBarbecue | boolean?
---@field beacon boolean?
---@field blink_cmp boolean?
---@field colorful_winsep CtpIntegrationColorfulWinsep | boolean?
---@field cmp boolean?
-- `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?
---@field colorful_winsep CtpIntegrationColorfulWinsep | boolean?
---@field copilot_vim boolean?
-- ```lua
-- local sign = vim.fn.sign_define
--
Expand Down

0 comments on commit b55c5b5

Please sign in to comment.