diff options
Diffstat (limited to 'lua/lv-dashboard')
| -rw-r--r-- | lua/lv-dashboard/init.lua | 14 | 
1 files changed, 2 insertions, 12 deletions
diff --git a/lua/lv-dashboard/init.lua b/lua/lv-dashboard/init.lua index c6ed0b5d..4bd706f3 100644 --- a/lua/lv-dashboard/init.lua +++ b/lua/lv-dashboard/init.lua @@ -17,17 +17,7 @@  --  -- } -vim.g.dashboard_custom_header = { - -'                 _..._                                                                           ', -'               .\'   (_`.    _                         __     ___           ', -'              :  .      :  | |   _   _ _ __   __ _ _ _\\ \\   / (_)_ __ ___  ', -'              :)    ()  :  | |  | | | | \'_ \\ / _` | \'__\\ \\ / /| | \'_ ` _ \\ ', -'              `.   .   .\'  | |__| |_| | | | | (_| | |   \\ V / | | | | | | |', -'                `-...-\'    |_____\\__,_|_| |_|\\__,_|_|    \\_/  |_|_| |_| |_|', - -} - +vim.g.dashboard_custom_header = O.dashboard.custom_header  vim.g.dashboard_default_executive = 'telescope' @@ -52,4 +42,4 @@ vim.g.dashboard_custom_section = {  -- find_history = 'SPC f h',  -- vim.g.dashboard_session_directory = '~/.cache/nvim/session' -vim.g.dashboard_custom_footer = {'chrisatmachine.com'} +vim.g.dashboard_custom_footer = O.dashboard.footer  | 
