starter/lua/plugins/override.lua

43 lines
2.5 KiB
Lua
Raw Normal View History

2024-05-16 10:32:26 +08:00
local logo = [[
]]
2024-05-13 13:57:32 +08:00
return {
{
"LazyVim/LazyVim",
opts = {
colorscheme = "everforest",
},
},
2024-05-15 16:34:20 +08:00
{
"goolord/alpha-nvim",
opts = {
section = {
header = {
val = vim.split(logo, "\n"),
},
},
},
},
2024-05-16 10:20:57 +08:00
{
"hrsh7th/nvim-cmp",
opts = {
window = {
completion = {
border = "rounded",
},
},
},
},
2024-05-13 13:57:32 +08:00
}