updates
This commit is contained in:
parent
88fe883fef
commit
44b7bb5714
3 changed files with 99 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue