This commit is contained in:
pika 2025-04-01 21:36:21 +02:00
parent 88fe883fef
commit 44b7bb5714
3 changed files with 99 additions and 14 deletions

View file

@ -11,7 +11,7 @@ return {
---@type AstroUIOpts
opts = {
-- change colorscheme
colorscheme = "angelic",
colorscheme = "astrodark",
-- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes
highlights = {
init = { -- this table overrides highlights in all themes

View file

@ -97,10 +97,11 @@ return {
-- ╭─────────────────────────╮
-- │ set new/missing plugins │
-- ╰─────────────────────────╯
"lambdalisue/vim-suda",
"folke/lsp-colors.nvim",
"dstein64/nvim-scrollview",
{ "lambdalisue/vim-suda", lazy = false },
-- ─< vim maximizer >───────────────────────────────────────────────────────────────────
{
"szw/vim-maximizer",