1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-05-06 16:54:09 +02:00

Better formatting and comment

This commit is contained in:
2026-01-18 22:22:07 +01:00
parent 846398a1d3
commit 935fedd711
+7 -7
View File
@@ -3,11 +3,11 @@ return {
{ "rebelot/kanagawa.nvim" }, { "rebelot/kanagawa.nvim" },
{ "Shatur/neovim-ayu" }, { "Shatur/neovim-ayu" },
-- Configure LazyVim to load gruvbox -- Configure LazyVim to load our favourite colorscheme
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",
opts = { opts = {
colorscheme = "kanagawa-dragon", colorscheme = "kanagawa-dragon",
}, },
} }
} }