mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add(nvim): helper to reload curry colorscheme
This commit is contained in:
parent
0539bbfefa
commit
3e199282b2
2 changed files with 27 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue