Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8c302e5

Browse files
0xmayrocomfysage
andauthored
ci: auto generate integrations mapping table (#909)
Co-authored-by: Mayro <may.ronen9@gmail.com>Co-authored-by: robin <comfysage@isabelroses.com>
1 parent3aaf3ab commit8c302e5

File tree

75 files changed

+839
-539
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+839
-539
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name:Generate Integration Table
2+
3+
on:
4+
pull_request:
5+
paths:
6+
-'lua/catppuccin/groups/integrations/**.lua'
7+
branches-ignore:
8+
-'release-please*'
9+
10+
jobs:
11+
docs:
12+
name:Update integration table
13+
runs-on:ubuntu-latest
14+
permissions:
15+
contents:write
16+
17+
steps:
18+
-uses:actions/checkout@v4
19+
with:
20+
ref:${{ github.ref }}
21+
-name:Install Neovim
22+
uses:MunifTanjim/setup-neovim-action@v1
23+
with:
24+
tag:nightly
25+
-name:Update integration table
26+
run:|
27+
nvim -l scripts/generate_integration_mappings_table.lua
28+
-uses:stefanzweifel/git-auto-commit-action@v6
29+
with:
30+
commit_message:"chore: auto generate integration table"
31+
branch:${{ github.ref }}

‎lua/catppuccin/groups/integrations/aerial.lua‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
localM= {}
22

3+
M.url="https://github.com/stevearc/aerial.nvim"
4+
35
functionM.get()
46
return {
57
AerialLine= {fg=C.yellow,bg=C.none },

‎lua/catppuccin/groups/integrations/alpha.lua‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
localM= {}
22

3+
M.url="https://github.com/goolord/alpha-nvim"
4+
35
functionM.get()
46
return {
57
AlphaShortcut= {fg=C.green },

‎lua/catppuccin/groups/integrations/avante.lua‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
localM= {}
22

3+
M.url="https://github.com/yetone/avante.nvim"
4+
35
functionM.get()
46
localrounded=O.integrations.avante.windows_sidebar_header_rounded
57
return {

‎lua/catppuccin/groups/integrations/barbar.lua‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
localM= {}
22

3+
M.url="https://github.com/romgrk/barbar.nvim"
4+
35
functionM.get()
46
return {
57
BufferCurrent= {bg=C.surface1,fg=C.text },

‎lua/catppuccin/groups/integrations/beacon.lua‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
localM= {}
22

3+
M.url="https://github.com/DanilaMihailov/beacon.nvim"
4+
35
functionM.get()
46
return {
57
Beacon= {bg=C.blue },

‎lua/catppuccin/groups/integrations/blink_cmp.lua‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
localM= {}
22

3+
M.url="https://github.com/saghen/blink.cmp"
4+
35
functionM.get()
46
localstyle=O.integrations.blink_cmp.style
57

‎lua/catppuccin/groups/integrations/bufferline.lua‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
localM= {}
2+
3+
M.url="https://github.com/akinsho/bufferline.nvim"
4+
25
localctp=require"catppuccin"
36
localO=ctp.options
47

‎lua/catppuccin/groups/integrations/buffon.lua‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
localM= {}
22

3+
M.url="https://github.com/francescarpi/buffon.nvim"
4+
35
functionM.get()
46
return {
57
BuffonUnloadedBuffer= {fg=C.surface1 },

‎lua/catppuccin/groups/integrations/cmp.lua‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
localM= {}
22

3+
M.url="https://github.com/hrsh7th/nvim-cmp"
4+
35
functionM.get()
46
return {
57
CmpItemAbbr= {fg=C.overlay2 },

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp