Explorar el Código

remove dashboard from auto activating

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

+ 1 - 1
lua/plugins.lua

@@ -126,7 +126,7 @@ return require("packer").startup(function(use)
   -- Dashboard
   use {
     "ChristianChiarulli/dashboard-nvim",
-    -- event = "BufWinEnter",
+    event = "BufWinEnter",
     -- cmd = { "Dashboard", "DashboardNewFile", "DashboardJumpMarks" },
     config = function()
       require("lv-dashboard").config()