chore: remove unused plugin
This commit is contained in:
parent
4f7af7c88e
commit
240df6617e
3 changed files with 14 additions and 11 deletions
|
|
@ -3,11 +3,7 @@ return {
|
|||
"goolord/alpha-nvim",
|
||||
event = "VimEnter",
|
||||
opts = function()
|
||||
local status_ok, alpha = pcall(require, "alpha")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
local alpha = require("alpha")
|
||||
local dashboard = require("alpha.themes.dashboard")
|
||||
dashboard.section.header.val = {
|
||||
[[ _______ ___ _______. __ __ __ _______ ]],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue