summaryrefslogtreecommitdiff
path: root/utils/installer
diff options
context:
space:
mode:
authorFADHsquared <[email protected]>2022-04-14 17:15:54 +0700
committerGitHub <[email protected]>2022-04-14 14:45:54 +0430
commitb4d5f093a5607d3f14cbf90aebfb25036c3ee272 (patch)
treea2cadd15fee25f181be07c0f877513ba7012b9a2 /utils/installer
parent0fa5a5db499dbfe34e5e3582168fe3d1e6e896dc (diff)
docs(windows): use alpha in config_win.example.lua (#2452)
Diffstat (limited to 'utils/installer')
-rw-r--r--utils/installer/config_win.example.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/installer/config_win.example.lua b/utils/installer/config_win.example.lua
index ecfbd1e4..ffb51c9f 100644
--- a/utils/installer/config_win.example.lua
+++ b/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"