"indent-blankline.nvim",
},
{
- "mini.indentscope",
- opts = {
- draw = {
- animation = require("mini.indentscope").gen_animation.linear({ duration = 10 }),
- },
- },
+ "echasnovski/mini.indentscope",
+ version = false, -- wait till new 0.7.0 release to put it back on semver
+ event = "LazyFile",
+ opts = function (_, opts)
+ return {
+ draw = {
+ animation = require("mini.indentscope").gen_animation.linear({ duration = 10 })
+ }
+ }
+ end,
},
{
"nvimdev/dashboard-nvim",