starter/lua/plugins/mini-identscope.lua
Sean Herman 618d31fd18
LSP + formatting (#3)
Co-authored-by: Sean Herman <sherman1@rbi.com>
2025-01-18 12:53:25 -05:00

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(),
-- },
-- },
-- }