starter/lua/plugins/mini-identscope.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(),
-- },
-- },
-- }