File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 9
9
"cmp-nvim-lua" : { "branch" : " main" , "commit" : " f12408bdb54c39c23e67cab726264c10db33ada8" },
10
10
"cmp-path" : { "branch" : " main" , "commit" : " 91ff86cd9c29299a64f968ebb45846c485725f23" },
11
11
"cmp_luasnip" : { "branch" : " master" , "commit" : " 05a9ab28b53f71d1aece421ef32fee2cb857a843" },
12
+ "coerce.nvim" : { "branch" : " main" , "commit" : " 3e253701345a56d627306343faf89b2e61bbeb1e" },
12
13
"conform.nvim" : { "branch" : " master" , "commit" : " f5bd8419f8a29451e20bdb1061a54fe13d5c8de3" },
13
14
"diffview.nvim" : { "branch" : " main" , "commit" : " 4516612fe98ff56ae0415a259ff6361a89419b0a" },
14
15
"dressing.nvim" : { "branch" : " master" , "commit" : " 1b7921eecc65af1baf8ac1dc06f0794934cbcfb2" },
Original file line number Diff line number Diff line change @@ -10,6 +10,15 @@ return {
10
10
vim .g .matchup_matchparen_offscreen = { method = ' popup' }
11
11
end ,
12
12
},
13
+ {
14
+ ' gregorias/coerce.nvim' ,
15
+ version = ' *' ,
16
+ keys = {
17
+ { ' cr' },
18
+ { ' gcr' , mode = { ' n' , ' x' } },
19
+ },
20
+ config = true ,
21
+ },
13
22
14
23
---- ---------------- NAVIGATION --------------------
15
24
{
You can’t perform that action at this time.
0 commit comments