mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
12 lines
205 B
Lua
12 lines
205 B
Lua
return {
|
|
"lucidph3nx/nvim-sops",
|
|
event = { "BufEnter" },
|
|
opts = {
|
|
debug = true,
|
|
defaults = {
|
|
-- Faking awsProfile since the variable has spaces
|
|
awsProfile = "Fake",
|
|
},
|
|
},
|
|
}
|