add sops, change lsp select

This commit is contained in:
2024-07-24 11:29:22 +03:00
parent 8e153ee524
commit 4ccc8ae093
3 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
return {
'lucidph3nx/nvim-sops',
event = { 'BufEnter' },
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
},
keys = {
{ '<leader>ef', vim.cmd.SopsEncrypt, desc = '[E]ncrypt [F]ile' },
{ '<leader>df', vim.cmd.SopsDecrypt, desc = '[D]ecrypt [F]ile' },
},
}