mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): paramount
This commit is contained in:
parent
c7f4addbea
commit
8e1ce0531a
2 changed files with 5 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue