mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 09:18:44 +02:00
rename dashboard to header
This commit is contained in:
parent
ad59d61555
commit
7433474605
4 changed files with 7 additions and 7 deletions
|
@ -11,7 +11,7 @@ dash_model = {
|
|||
|
||||
local data_exists, custom_dasboard = pcall(require, "core.config")
|
||||
if data_exists then
|
||||
local board = custom_dasboard.dashboard1
|
||||
local board = custom_dasboard.header1
|
||||
if board ~= nil then
|
||||
dash_model = board
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue