added apprentice theme

This commit is contained in:
ACPaul 2026-03-07 13:47:13 -05:00
parent bb818fd3bf
commit 262e3dd997
1 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,14 @@ vim.opt.expandtab = true
---@module 'lazy'
---@type LazySpec
return {
{
'romainl/Apprentice',
lazy = false,
priority = 1000,
config = function() vim.cmd.colorscheme 'apprentice' end,
},
{
'ThePrimeagen/harpoon',
dependencies = { 'nvim-lua/plenary.nvim' },