File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -663,6 +663,20 @@ require("lazy").setup({
663
663
},
664
664
},
665
665
666
+ -- mini.indentscope (https://github.com/echasnovski/mini.indentscope)
667
+ {
668
+ " echasnovski/mini.indentscope" ,
669
+ event = " VeryLazy" ,
670
+ config = function ()
671
+ require (" mini.indentscope" ).setup ({
672
+ draw = {
673
+ animation = require (" mini.indentscope" ).gen_animation .none (),
674
+ },
675
+ symbol = " " ,
676
+ })
677
+ end ,
678
+ },
679
+
666
680
-- neotest (https://github.com/nvim-neotest/neotest)
667
681
{
668
682
" nvim-neotest/neotest" ,
Original file line number Diff line number Diff line change 20
20
"mason-lspconfig.nvim" : { "branch" : " main" , "commit" : " 3ba1b92b771f33256b4969d696b82c8ae7075364" },
21
21
"mason.nvim" : { "branch" : " main" , "commit" : " e110bc3be1a7309617cecd77bfe4bf86ba1b8134" },
22
22
"mini.bufremove" : { "branch" : " main" , "commit" : " 020243bfed8c8b941f2c20626faf3ea39c0c0e1b" },
23
+ "mini.indentscope" : { "branch" : " main" , "commit" : " 1222393d9c5e8d92b913ccab6701a7164b21781c" },
23
24
"mini.nvim" : { "branch" : " main" , "commit" : " 910e49d2d45e9d32c815d16cce6cea7c3b43cecf" },
24
25
"neo-tree.nvim" : { "branch" : " v2.x" , "commit" : " 80dc74d081823649809f78370fa5b204aa9a853a" },
25
26
"neotest" : { "branch" : " master" , "commit" : " 5caac5cc235d495a2382bc2980630ef36ac87032" },
You can’t perform that action at this time.
0 commit comments