mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
Add avante, sops and catppuccin to nvim
This commit is contained in:
6
nvim/lua/plugins/catppuccin.lua
Normal file
6
nvim/lua/plugins/catppuccin.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
{ "catppuccin/nvim" },
|
||||
{ "LazyVim/LazyVim", opts = {
|
||||
colorscheme = "catppuccin",
|
||||
} },
|
||||
}
|
||||
Reference in New Issue
Block a user