add(nvim): helper to reload curry colorscheme

This commit is contained in:
Léana 江 2024-03-26 18:11:12 +01:00 committed by Léana 江
parent 0539bbfefa
commit 3e199282b2
2 changed files with 27 additions and 2 deletions

View file

@ -128,7 +128,11 @@ local plugins = {
------------------
-- Colorschemes --
------------------
{ "https://git.earth2077.fr/leana/curry.nvim", branch = "lua" },
{
"https://git.earth2077.fr/leana/curry.nvim",
branch = "lua",
dev = true,
},
----------------
-- Completion --
@ -147,7 +151,11 @@ local plugins = {
},
}
local opts = {}
local opts = {
dev = {
path = "~/repos/leana/",
},
}
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(lazypath) then