mirror of
https://github.com/Hydroxycarbamide/astrovim_user.git
synced 2025-05-05 04:39:06 -04:00
Setup catppuccin macchiato
This commit is contained in:
parent
c635e63801
commit
cd3d506a8e
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
|
||||
|
||||
-- AstroCommunity: import any community modules here
|
||||
-- We import this file in `lazy_setup.lua` before the `plugins/` folder.
|
||||
|
@ -9,4 +8,5 @@ return {
|
|||
"AstroNvim/astrocommunity",
|
||||
{ import = "astrocommunity.pack.lua" },
|
||||
-- import/override with your plugins folder
|
||||
{ import = "astrocommunity.colorscheme.catppuccin" }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue