working?
This commit is contained in:
parent
83f02dbde7
commit
5bdc9a9944
7 changed files with 31 additions and 8 deletions
|
|
@ -32,7 +32,6 @@ return {
|
|||
event = 'VimEnter',
|
||||
opts = function(_, opts)
|
||||
local logo = [[
|
||||
|
||||
████████ ████████
|
||||
██ ██ ██
|
||||
▒▒▒▒▒▒▒▒▒▒▒▒▒▒██▒▒▒▒ ████
|
||||
|
|
@ -46,14 +45,14 @@ return {
|
|||
████ ████ ██ ████ ████
|
||||
████ ████ ████ ████
|
||||
██████████ ██████████
|
||||
|
||||
]]
|
||||
|
||||
logo = string.rep('\n', 8) .. logo .. '\n\n'
|
||||
|
||||
-- 🔥 Ensure `opts.config` is a table before modifying
|
||||
opts.config = opts.config or {}
|
||||
opts.config.header = vim.split(logo, '\n')
|
||||
|
||||
-- ✅ Disable project module to avoid error
|
||||
opts.config.project = { enable = false }
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue