switch back to remote colorscheme

This commit is contained in:
JesseBot 2023-05-21 11:33:19 +02:00
parent dc16008b1f
commit 8c1fbf4c99
No known key found for this signature in database
GPG key ID: C01D207CE04D55D9

View file

@ -16,8 +16,7 @@ vim.opt.rtp:prepend(lazypath)
local plugins = {
-- ------------ makes sure the nerdfont icons and colorscheme ------------
-- preferred colorscheme right now
{
dir = '/Users/jhitch/repos/spacechalk.nvim',
{'space-chalk/spacechalk.nvim',
lazy = false, -- loaded during startup since it's the main colorscheme
priority = 1000, -- load this before all other start plugins
config = function()