Load indentscope even on new nameless bufs

Thu, 11 Apr 2024 21:48:30 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 11 Apr 2024 21:48:30 -0500
changeset 1147
23f9b157fe8a
parent 1146
2c9d3c1940a4
child 1148
bca491e2be91

Load indentscope even on new nameless bufs

.config/nvim/lua/plugins/ui.lua file | annotate | diff | comparison | revisions
--- 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 },

mercurial