Add avante, sops and catppuccin to nvim

This commit is contained in:
Bas Grolleman
2025-07-31 14:27:31 +02:00
parent 2c2399308f
commit a2a957c052
4 changed files with 90 additions and 0 deletions

11
nvim/lua/plugins/sops.lua Normal file
View File

@@ -0,0 +1,11 @@
return {
"lucidph3nx/nvim-sops",
event = { "BufEnter" },
opts = {
debug = true,
defaults = {
-- Faking awsProfile since the variable has spaces
awsProfile = "Fake",
},
},
}