Skip to content

Commit 2af99ac

Browse files
authored
feat(copilot-vim): add catppuccin integration (#1498)
1 parent 75b3117 commit 2af99ac

File tree

1 file changed

+10
-0
lines changed
  • lua/astrocommunity/completion/copilot-vim

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
---@type LazySpec
12
return {
23
"github/copilot.vim",
34
cmd = "Copilot",
45
event = "User AstroFile",
6+
specs = {
7+
{
8+
"catppuccin",
9+
optional = true,
10+
---@module 'catppuccin'
11+
---@type CatppuccinOptions
12+
opts = { integrations = { copilot_vim = true } },
13+
},
14+
},
515
}

0 commit comments

Comments
 (0)