chore: remove unused plugin

This commit is contained in:
Fabio Lenherr / DashieTM 2023-02-24 12:50:33 +01:00
parent 4f7af7c88e
commit 240df6617e
3 changed files with 14 additions and 11 deletions

View file

@ -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 = {
[[ _______ ___ _______. __ __ __ _______ ]],