Update
This commit is contained in:
@@ -1,4 +1,22 @@
|
||||
local logo = "\n"
|
||||
.. [[
|
||||
███╗ ███╗ ██████╗ ██╗ ██████╗
|
||||
████╗ ████║██╔═══██╗ ██║██╔═══██╗
|
||||
██╔████╔██║██║ ██║ ██║██║ ██║
|
||||
██║╚██╔╝██║██║ ██║██ ██║██║ ██║
|
||||
██║ ╚═╝ ██║╚██████╔╝╚█████╔╝╚██████╔╝
|
||||
╚═╝ ╚═╝ ╚═════╝ ╚════╝ ╚═════╝
|
||||
]]
|
||||
|
||||
return {
|
||||
{
|
||||
"nvimdev/dashboard-nvim",
|
||||
opts = {
|
||||
config = {
|
||||
header = vim.split(logo, "\n"),
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
@@ -120,10 +138,6 @@ return {
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"rcarriga/nvim-notify",
|
||||
enabled = false,
|
||||
},
|
||||
{
|
||||
"stevearc/dressing.nvim",
|
||||
enabled = false,
|
||||
|
||||
Reference in New Issue
Block a user