.
This commit is contained in:
parent
cba0f6f825
commit
418e090ce6
37 changed files with 933 additions and 25 deletions
8
config/nvim/lua/plugins/catppuccin.lua
Normal file
8
config/nvim/lua/plugins/catppuccin.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"catppuccin/nvim",
|
||||
-- optional = true,
|
||||
opts = {
|
||||
integrations = { blink_cmp = true },
|
||||
transparent_background = true,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue