File tree Expand file tree Collapse file tree 1 file changed +35
-30
lines changed Expand file tree Collapse file tree 1 file changed +35
-30
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,11 @@ return {
41
41
{
42
42
" echasnovski/mini.splitjoin" ,
43
43
event = " LazyFile" ,
44
- opts = {},
44
+ opts = {
45
+ mappings = {
46
+ toggle = " gJ" , -- prevent conflict with mini.operators `gs`
47
+ },
48
+ },
45
49
},
46
50
47
51
{
@@ -72,35 +76,36 @@ return {
72
76
},
73
77
},
74
78
75
- {
76
- " echasnovski/mini.indentscope" ,
77
- event = " LazyFile" ,
78
- opts = {
79
- symbol = " │" ,
80
- options = { try_as_border = true },
81
- },
82
- init = function ()
83
- vim .api .nvim_create_autocmd (" FileType" , {
84
- pattern = {
85
- " alpha" ,
86
- " dashboard" ,
87
- " fzf" ,
88
- " help" ,
89
- " lazy" ,
90
- " lazyterm" ,
91
- " mason" ,
92
- " neo-tree" ,
93
- " notify" ,
94
- " toggleterm" ,
95
- " Trouble" ,
96
- " trouble" ,
97
- },
98
- callback = function ()
99
- vim .b .miniindentscope_disable = true
100
- end ,
101
- })
102
- end ,
103
- },
79
+ -- currently using snacks indent
80
+ -- {
81
+ -- "echasnovski/mini.indentscope",
82
+ -- event = "LazyFile",
83
+ -- opts = {
84
+ -- symbol = "│",
85
+ -- options = { try_as_border = true },
86
+ -- },
87
+ -- init = function()
88
+ -- vim.api.nvim_create_autocmd("FileType", {
89
+ -- pattern = {
90
+ -- "alpha",
91
+ -- "dashboard",
92
+ -- "fzf",
93
+ -- "help",
94
+ -- "lazy",
95
+ -- "lazyterm",
96
+ -- "mason",
97
+ -- "neo-tree",
98
+ -- "notify",
99
+ -- "toggleterm",
100
+ -- "Trouble",
101
+ -- "trouble",
102
+ -- },
103
+ -- callback = function()
104
+ -- vim.b.miniindentscope_disable = true
105
+ -- end,
106
+ -- })
107
+ -- end,
108
+ -- },
104
109
105
110
{
106
111
" echasnovski/mini.icons" ,
You can’t perform that action at this time.
0 commit comments