ソースを参照

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

FADHsquared 3 年 前
コミット
b4d5f093a5
1 ファイル変更2 行追加1 行削除
  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"