Explorar el Código

lazyload galaxyline

christianchiarulli hace 4 años
padre
commit
e75c9c0d20
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      lua/plugins.lua

+ 2 - 1
lua/plugins.lua

@@ -124,7 +124,8 @@ return require("packer").startup(function(use)
     config = function()
       require "lv-galaxyline"
     end,
-    -- event = "VimEnter",
+    event = "BufWinEnter",
+    disable = not O.plugin.galaxyline.active,
   }
 
   use {