Updated config
This commit is contained in:
@@ -57,7 +57,9 @@ return {
|
||||
local line3 = " " .. version
|
||||
|
||||
local line1_width = vim.fn.strdisplaywidth(line1)
|
||||
---@diagnostic disable-next-line: param-type-not-match
|
||||
local line2Padded = string.rep(" ", (line1_width - vim.fn.strdisplaywidth(line2)) / 2) .. line2
|
||||
---@diagnostic disable-next-line: param-type-not-match
|
||||
local line3Padded = string.rep(" ", (line1_width - vim.fn.strdisplaywidth(line3)) / 2) .. line3
|
||||
|
||||
dashboard.section.footer.val = {
|
||||
|
||||
Reference in New Issue
Block a user