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:
11
nvim/lua/plugins/sops.lua
Normal file
11
nvim/lua/plugins/sops.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"lucidph3nx/nvim-sops",
|
||||
event = { "BufEnter" },
|
||||
opts = {
|
||||
debug = true,
|
||||
defaults = {
|
||||
-- Faking awsProfile since the variable has spaces
|
||||
awsProfile = "Fake",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user