added apprentice theme
This commit is contained in:
parent
bb818fd3bf
commit
262e3dd997
|
|
@ -11,6 +11,14 @@ vim.opt.expandtab = true
|
||||||
---@module 'lazy'
|
---@module 'lazy'
|
||||||
---@type LazySpec
|
---@type LazySpec
|
||||||
return {
|
return {
|
||||||
|
|
||||||
|
{
|
||||||
|
'romainl/Apprentice',
|
||||||
|
lazy = false,
|
||||||
|
priority = 1000,
|
||||||
|
config = function() vim.cmd.colorscheme 'apprentice' end,
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
'ThePrimeagen/harpoon',
|
'ThePrimeagen/harpoon',
|
||||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue