enc: set global config dasboard to pcode

This commit is contained in:
asep.komarudin 2024-06-15 07:06:45 +07:00
parent 66c6917a73
commit 489b9491ab
4 changed files with 10 additions and 10 deletions

View file

@ -9,7 +9,7 @@ dash_model = {
[[ /_/ |___/ ]],
}
local board = vim.g.pcode_header1
local board = pcode.header1
if board ~= nil then
dash_model = board
end
@ -38,7 +38,7 @@ startify.section.bottom_buttons.val = {
}
local footer_text = "Pojok Code"
local data_txt = vim.g.pcode_footer
local data_txt = pcode.footer
if data_txt ~= nil then
footer_text = data_txt
end