add dashboard footer & disable statusline in dashboard

This commit is contained in:
siduck76
2021-06-19 12:50:35 +05:30
parent 36474baab2
commit 18ff27d6b1
3 changed files with 9 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
local g = vim.g
g.dashboard_disable_statusline = 1
g.dashboard_default_executive = "telescope"
g.dashboard_custom_header = {
" ",
" ",
" ",
" ⣴⣶⣤⡤⠦⣤⣀⣤⠆ ⣈⣭⣿⣶⣿⣦⣼⣆ ",
@@ -26,3 +28,8 @@ g.dashboard_custom_section = {
e = {description = {" Bookmarks SPC b m"}, command = "Telescope marks"},
f = {description = {" Load Last Session SPC s l"}, command = "SessionLoad"}
}
g.dashboard_custom_footer = {
" ",
"NvChad v0.5"
}