Added plugins
This commit is contained in:
parent
7af594fd31
commit
79005e5771
10 changed files with 141 additions and 8 deletions
17
lua/custom/plugins/theme.lua
Normal file
17
lua/custom/plugins/theme.lua
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
return {
|
||||
{
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
opts = {
|
||||
flavour = "mocha",
|
||||
}
|
||||
-- require("catppuccin").setup({
|
||||
-- })
|
||||
},
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "catppuccin",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue