mirror of https://github.com/LazyVim/starter
13 lines
302 B
Lua
13 lines
302 B
Lua
|
return {}
|
||
|
-- return {
|
||
|
-- "echasnovski/mini.indentscope",
|
||
|
-- opts = {
|
||
|
-- draw = {
|
||
|
-- -- Animation rule for scope's first line
|
||
|
-- delay = 0,
|
||
|
-- -- Animation rule for scope's last line
|
||
|
-- animation = require("mini.indentscope").gen_animation.none(),
|
||
|
-- },
|
||
|
-- },
|
||
|
-- }
|