summaryrefslogtreecommitdiff
path: root/lua/core/dashboard.lua
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-08-11 16:33:41 -0400
committerchristianchiarulli <[email protected]>2021-08-11 16:33:41 -0400
commit83013c0d4f1467f546c38719c61909decfcb8151 (patch)
tree143773ea73c64d953db699e6e621926e44653fc2 /lua/core/dashboard.lua
parentf6407e0bdb9c2875bc8f186929ce183af391b2a9 (diff)
parent5a7630cac761e91335d2f25cb07a81271569c791 (diff)
Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim
Diffstat (limited to 'lua/core/dashboard.lua')
-rw-r--r--lua/core/dashboard.lua9
1 files changed, 4 insertions, 5 deletions
diff --git a/lua/core/dashboard.lua b/lua/core/dashboard.lua
index 8d196458..d5e5bfe9 100644
--- a/lua/core/dashboard.lua
+++ b/lua/core/dashboard.lua
@@ -43,12 +43,11 @@ 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,
},
},
- footer = { "chrisatmachine.com" },
+ footer = { "lunarvim.org" },
}
end
@@ -73,7 +72,7 @@ M.setup = function()
vim.api.nvim_exec(
[[
- let g:dashboard_custom_footer = ['LunarVim loaded '..packages..' plugins ']
+ let g:dashboard_custom_footer = ['LunarVim loaded '..packages..' plugins  ']
]],
false
)
@@ -85,7 +84,7 @@ M.setup = function()
require("core.autocmds").define_augroups {
_dashboard = {
- -- seems to be nobuflisted that makes my stuff disapear will do more testing
+ -- seems to be nobuflisted that makes my stuff disappear will do more testing
{
"FileType",
"dashboard",