summaryrefslogtreecommitdiff
path: root/lua/core/dashboard.lua
diff options
context:
space:
mode:
authorchaeing <[email protected]>2021-07-31 11:28:59 -0700
committerGitHub <[email protected]>2021-07-31 14:28:59 -0400
commit213e3961fa637e4dbe4ef1ea5fceadcb372e020e (patch)
treefb5f49fe23e03acef3509b0fe5c5cd906e5ca7aa /lua/core/dashboard.lua
parent2badb25f361ddeae32fcd482384cccdab96f8e68 (diff)
[Feature] Rename lv-config.lua to config.lua (#1193)
* Rename example config files * Update user config path in installer * Update user config path with a variable * Update default user config file to config.lua * Add fallback to lv-config if config.lua not found * Add global variable USER_CONFIG_PATH
Diffstat (limited to 'lua/core/dashboard.lua')
-rw-r--r--lua/core/dashboard.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/core/dashboard.lua b/lua/core/dashboard.lua
index 8d196458..2f14b9f1 100644
--- a/lua/core/dashboard.lua
+++ b/lua/core/dashboard.lua
@@ -43,8 +43,7 @@ M.config = function()
},
d = {
description = { " Settings " },
- -- command = ":e " .. CONFIG_PATH .. "/lv-config.lua",
- command = ":e ~/.config/lvim/lv-config.lua",
+ command = ":e " .. USER_CONFIG_PATH,
},
},