My simple neovim config
at main 423 B view raw
1return { 2 { 3 "echasnovski/mini.indentscope", 4 version = "*", 5 config = function() 6 local indent = require("mini.indentscope") 7 indent.setup({ 8 draw = { 9 animation = indent.gen_animation.none(), 10 }, 11 }) 12 end, 13 }, 14 { 15 "echasnovski/mini.pairs", 16 version = "*", 17 config = true, 18 }, 19}