add(nvim): paramount

This commit is contained in:
Léana 江 2023-11-08 20:13:00 +01:00 committed by Léana 江
parent c7f4addbea
commit 8e1ce0531a
2 changed files with 5 additions and 8 deletions

View file

@ -143,14 +143,8 @@ require "lazy".setup {
------------------
-- Colorschemes --
------------------
{
"https://git.earth2077.fr/leana/curry.nvim",
config = function()
vim.opt.background = "light"
vim.cmd.colorscheme "curry"
end,
enabled = true,
},
"https://git.earth2077.fr/leana/curry.nvim",
"owickstrom/vim-colors-paramount",
----------------
-- Completion --
@ -162,3 +156,5 @@ require "lazy".setup {
"saadparwaiz1/cmp_luasnip",
"rafamadriz/friendly-snippets",
}
vim.cmd.colorscheme "curry"