diff options
Diffstat (limited to 'lua/plugins/core.lua')
| -rw-r--r-- | lua/plugins/core.lua | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/plugins/core.lua b/lua/plugins/core.lua new file mode 100644 index 0000000..d336162 --- /dev/null +++ b/lua/plugins/core.lua @@ -0,0 +1,8 @@ +return { +  { +    "LazyVim/LazyVim", +    opts = { +      colorscheme = "catppuccin-macchiato", +    } +  } +}  | 
