feat: add fancy logging

This commit is contained in:
Job
2024-12-12 21:10:35 +01:00
parent e180de3a7b
commit 641d1c3050
2 changed files with 23 additions and 15 deletions

View File

@@ -1,7 +1,12 @@
-- Configure rose-pine and gruvbox-material colorschemes.
return {
{ "rose-pine/neovim" },
{ "sainnhe/gruvbox-material" },
{
"sainnhe/gruvbox-material",
opts = function()
vim.g.gruvbox_material_foreground = "original"
end,
},
{
-- Set default colorscheme.
"LazyVim/LazyVim",