add catppuccin
This commit is contained in:
parent
33ca9669de
commit
3ccd081136
12
nvim/lua/plugins/catpuccin.lua
Normal file
12
nvim/lua/plugins/catpuccin.lua
Normal file
@ -0,0 +1,12 @@
|
||||
return {
|
||||
{
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
},
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "catppuccin-latte",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user