feat(ide): secrets hidding

This commit is contained in:
Guz
2024-12-06 20:48:11 -03:00
parent 5810a2e883
commit 925b24584a
2 changed files with 6 additions and 0 deletions

View File

@@ -80,4 +80,9 @@ return {
end,
},
{ "friendly-snippets", dep_of = { "luasnip" } },
{
"cloak-nvim",
ft = { "sh" },
},
}

View File

@@ -27,6 +27,7 @@
with pkgs.vimPlugins; [
auto-save-nvim
blink-cmp
cloak-nvim
friendly-snippets
harpoon2
lualine-nvim