Browse Source

docs(windows): use alpha in config_win.example.lua (#2452)

FADHsquared 3 năm trước cách đây
mục cha
commit
b4d5f093a5
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      utils/installer/config_win.example.lua

+ 2 - 1
utils/installer/config_win.example.lua

@@ -70,7 +70,8 @@ lvim.keys.normal_mode["<C-s>"] = ":w<cr>"
 -- }
 
 -- After changing plugin config exit and reopen LunarVim, Run :PackerInstall :PackerCompile
-lvim.builtin.dashboard.active = true
+lvim.builtin.alpha.active = true
+lvim.builtin.alpha.mode = "dashboard"
 lvim.builtin.notify.active = true
 lvim.builtin.terminal.active = false
 -- lvim.builtin.terminal.shell = "pwsh.exe -NoLogo"