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 = {
|
||||
[[ _______ ___ _______. __ __ __ _______ ]],
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@ return {
|
|||
{
|
||||
"akinsho/toggleterm.nvim",
|
||||
lazy = true,
|
||||
opts = {
|
||||
autochdir = true,
|
||||
},
|
||||
},
|
||||
{
|
||||
"brenoprata10/nvim-highlight-colors",
|
||||
|
|
@ -117,4 +120,8 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"echasnovski/mini.ai",
|
||||
enabled = false,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue