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