mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
12 lines
302 B
Lua
12 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(),
|
|
-- },
|
|
-- },
|
|
-- }
|