Thu, 11 Apr 2024 21:48:30 -0500
Load indentscope even on new nameless bufs
--- a/.config/nvim/lua/plugins/ui.lua +++ b/.config/nvim/lua/plugins/ui.lua @@ -51,7 +51,7 @@ return { { "echasnovski/mini.indentscope", - event = "BufReadPre", + event = "VeryLazy", opts = { symbol = "│", options = { try_as_border = true },