mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add(nvim): catppuccin
just for me to better design curry
This commit is contained in:
parent
9253ef5e69
commit
a8abebf2f8
2 changed files with 13 additions and 10 deletions
|
|
@ -146,6 +146,7 @@ require "lazy".setup {
|
|||
------------------
|
||||
"https://git.earth2077.fr/leana/curry.nvim",
|
||||
"owickstrom/vim-colors-paramount",
|
||||
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 },
|
||||
|
||||
----------------
|
||||
-- Completion --
|
||||
|
|
@ -164,3 +165,5 @@ require "lazy".setup {
|
|||
}
|
||||
|
||||
vim.cmd.colorscheme "curry"
|
||||
-- vim.opt.background = "light"
|
||||
-- vim.cmd.colorscheme "catppuccin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue