Initial commit

This commit is contained in:
Luuk Machielse 2026-01-02 22:42:38 +01:00
commit 35c1f8d629
30 changed files with 2520 additions and 0 deletions

View file

@ -0,0 +1,13 @@
return {
{ "folke/tokyonight.nvim", enable = false },
{ "catppuccin/nvim", enable = false },
{ "gbprod/nord.nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "nord",
}
}
}