Skip to content

Commit c2a0707

Browse files
committed
feat(minimax): sync to a63c9df
1 parent e19d098 commit c2a0707

2 files changed

Lines changed: 13 additions & 15 deletions

File tree

MiniMax/configs/diffs/nvim-0.11_nvim-0.12/index.qmd

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,33 +123,32 @@ Notes:
123123
<details><summary>Diff</summary>
124124

125125
```diffhunks
126-
@@ -0,0 +1,29 @@
126+
@@ -0,0 +1,28 @@
127127
+{
128128
+ "plugins": {
129129
+ "conform.nvim": {
130-
+ "rev": "c2526f1cde528a66e086ab1668e996d162c75f4f",
130+
+ "rev": "40dcec5555f960b0a04340d76eabdf4efe78599d",
131131
+ "src": "https://github.com/stevearc/conform.nvim"
132132
+ },
133133
+ "friendly-snippets": {
134134
+ "rev": "6cd7280adead7f586db6fccbd15d2cac7e2188b9",
135135
+ "src": "https://github.com/rafamadriz/friendly-snippets"
136136
+ },
137137
+ "mini.nvim": {
138-
+ "rev": "4e61631464a12138bc0c82ea216b1d0d3cc2b315",
138+
+ "rev": "cad365c212fb1e332cb93fa8f72697125799d00a",
139139
+ "src": "https://github.com/nvim-mini/mini.nvim"
140140
+ },
141141
+ "nvim-lspconfig": {
142-
+ "rev": "f4e9d367d4e067d7a5fabc9fd3f1349b291eb718",
142+
+ "rev": "2163c54bb6cfec53e3e555665ada945b8c8331b9",
143143
+ "src": "https://github.com/neovim/nvim-lspconfig"
144144
+ },
145145
+ "nvim-treesitter": {
146-
+ "rev": "9f2dad22ef8bb14fd1e0a3aa8859cdc88170668b",
146+
+ "rev": "5cb05e1b0fa3c469958a2b26f36b3fe930af221c",
147147
+ "src": "https://github.com/nvim-treesitter/nvim-treesitter"
148148
+ },
149149
+ "nvim-treesitter-textobjects": {
150-
+ "rev": "a0e182ae21fda68c59d1f36c9ed45600aef50311",
151-
+ "src": "https://github.com/nvim-treesitter/nvim-treesitter-textobjects",
152-
+ "version": "'main'"
150+
+ "rev": "4e91b5d0394329a229725b021a8ea217099826ef",
151+
+ "src": "https://github.com/nvim-treesitter/nvim-treesitter-textobjects"
153152
+ }
154153
+ }
155154
+}

MiniMax/configs/nvim-0.12/index.qmd

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,29 +148,28 @@ end
148148
{
149149
"plugins": {
150150
"conform.nvim": {
151-
"rev": "c2526f1cde528a66e086ab1668e996d162c75f4f",
151+
"rev": "40dcec5555f960b0a04340d76eabdf4efe78599d",
152152
"src": "https://github.com/stevearc/conform.nvim"
153153
},
154154
"friendly-snippets": {
155155
"rev": "6cd7280adead7f586db6fccbd15d2cac7e2188b9",
156156
"src": "https://github.com/rafamadriz/friendly-snippets"
157157
},
158158
"mini.nvim": {
159-
"rev": "4e61631464a12138bc0c82ea216b1d0d3cc2b315",
159+
"rev": "cad365c212fb1e332cb93fa8f72697125799d00a",
160160
"src": "https://github.com/nvim-mini/mini.nvim"
161161
},
162162
"nvim-lspconfig": {
163-
"rev": "f4e9d367d4e067d7a5fabc9fd3f1349b291eb718",
163+
"rev": "2163c54bb6cfec53e3e555665ada945b8c8331b9",
164164
"src": "https://github.com/neovim/nvim-lspconfig"
165165
},
166166
"nvim-treesitter": {
167-
"rev": "9f2dad22ef8bb14fd1e0a3aa8859cdc88170668b",
167+
"rev": "5cb05e1b0fa3c469958a2b26f36b3fe930af221c",
168168
"src": "https://github.com/nvim-treesitter/nvim-treesitter"
169169
},
170170
"nvim-treesitter-textobjects": {
171-
"rev": "a0e182ae21fda68c59d1f36c9ed45600aef50311",
172-
"src": "https://github.com/nvim-treesitter/nvim-treesitter-textobjects",
173-
"version": "'main'"
171+
"rev": "4e91b5d0394329a229725b021a8ea217099826ef",
172+
"src": "https://github.com/nvim-treesitter/nvim-treesitter-textobjects"
174173
}
175174
}
176175
}

0 commit comments

Comments
 (0)