.config/nvim/lua/plugins/ui.lua

changeset 1147
23f9b157fe8a
parent 1131
f3044a1658fc
equal deleted inserted replaced
1146:2c9d3c1940a4 1147:23f9b157fe8a
49 }, 49 },
50 }, 50 },
51 51
52 { 52 {
53 "echasnovski/mini.indentscope", 53 "echasnovski/mini.indentscope",
54 event = "BufReadPre", 54 event = "VeryLazy",
55 opts = { 55 opts = {
56 symbol = "│", 56 symbol = "│",
57 options = { try_as_border = true }, 57 options = { try_as_border = true },
58 draw = { 58 draw = {
59 animation = function() 59 animation = function()

mercurial