2026 nvim config

This commit is contained in:
Will
2026-03-29 20:12:58 +01:00
commit 22e52c883a
17 changed files with 386 additions and 0 deletions

6
lua/plugins/colors.lua Normal file
View File

@@ -0,0 +1,6 @@
return {
{ "folke/tokyonight.nvim", lazy = false, priority = 1000, opts = {} },
{ "catppuccin/nvim", name = "catppuccin", lazy = true },
{ "ellisonleao/gruvbox.nvim", lazy = true },
}