Skip to content

Commit

Permalink
feat(coc-nvim): add catppuccin integration (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
wroyca authored May 7, 2024
1 parent 3a84cdd commit 33c53e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/astrocommunity/lsp/coc-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ return {
-- }
end,
},
{
"catppuccin/nvim",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { coc_nvim = true } },
},
-- disable core lsp plugins
{ "AstroNvim/astrolsp", enabled = false },
{ "folke/neoconf.nvim", enabled = false },
Expand Down

0 comments on commit 33c53e1

Please sign in to comment.