1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
{
"plugins": {
"blink.cmp": {
"rev": "327fff9",
"src": "https://github.com/saghen/blink.cmp",
"version": ">=0.0.0"
},
"conform.nvim": {
"rev": "9fd3d5e",
"src": "https://github.com/stevearc/conform.nvim"
},
"friendly-snippets": {
"rev": "572f566",
"src": "https://github.com/rafamadriz/friendly-snippets"
},
"nvim-autopairs": {
"rev": "7a2c97c",
"src": "https://github.com/windwp/nvim-autopairs"
},
"nvim-lspconfig": {
"rev": "cbd1e91"
},
"nvim-surround": {
"rev": "fcfa7e0",
"src": "https://github.com/kylechui/nvim-surround"
},
"nvim-treesitter": {
"rev": "42fc28ba",
"src": "https://github.com/nvim-treesitter/nvim-treesitter"
},
"nvim-treesitter-context": {
"rev": "ec308c7",
"src": "https://github.com/nvim-treesitter/nvim-treesitter-context"
},
"nvim-treesitter-endwise": {
"rev": "a61a9de",
"src": "https://github.com/RRethy/nvim-treesitter-endwise"
},
"nvim-ts-autotag": {
"rev": "c4ca798",
"src": "https://github.com/windwp/nvim-ts-autotag"
},
"plenary.nvim": {
"rev": "b9fd522",
"src": "https://github.com/nvim-lua/plenary.nvim"
},
"rainbow-delimiters.nvim": {
"rev": "b6b3c9e",
"src": "https://github.com/HiPhish/rainbow-delimiters.nvim"
},
"telescope.nvim": {
"rev": "b4da76b",
"src": "https://github.com/nvim-telescope/telescope.nvim"
},
"vim-eunuch": {
"rev": "e86bb79",
"src": "https://github.com/tpope/vim-eunuch"
},
"vim-fugitive": [],
"vim-heritage": {
"rev": "574baeb",
"src": "https://github.com/jessarcher/vim-heritage"
}
}
}
|