From edcc45178d87f90ac00b6edbd7076000c3261481 Mon Sep 17 00:00:00 2001 From: zackartz Date: Thu, 18 Apr 2024 13:56:41 -0400 Subject: [PATCH] 409 current 2024-04-18 13:56:39 24.05.20240418.2948912 6.8.6-zen1 nvidiaProduction nvidiaStable nvidiaVulkanBeta --- modules/home-manager/vim/config/lua/plugins/tools/cloak.lua | 2 +- modules/home-manager/vim/lazy-lock.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/vim/config/lua/plugins/tools/cloak.lua b/modules/home-manager/vim/config/lua/plugins/tools/cloak.lua index dcc35e3..47ec7c4 100644 --- a/modules/home-manager/vim/config/lua/plugins/tools/cloak.lua +++ b/modules/home-manager/vim/config/lua/plugins/tools/cloak.lua @@ -1,3 +1,3 @@ return { - "laytan/cloak.nvim", + { "laytan/cloak.nvim", lazy = false, opts = { cloak_length = 64 } }, } diff --git a/modules/home-manager/vim/lazy-lock.json b/modules/home-manager/vim/lazy-lock.json index db5a61b..da7da6c 100644 --- a/modules/home-manager/vim/lazy-lock.json +++ b/modules/home-manager/vim/lazy-lock.json @@ -7,6 +7,7 @@ "catppuccin": { "branch": "main", "commit": "a1439ad7c584efb3d0ce14ccb835967f030450fe" }, "ccc.nvim": { "branch": "main", "commit": "1283eef5494c092a047baa34ed3e667f3cb2715e" }, "clear-action.nvim": { "branch": "master", "commit": "29ca65333238607ff503950fdd5d122d73a3902f" }, + "cloak.nvim": { "branch": "main", "commit": "6e5bcd50bebc5cdb7cd3a00eb3d97ab7c4cc3b94" }, "cmp-buffer": { "branch": "main", "commit": "3022dbc9166796b644a841a02de8dd1cc1d311fa" }, "cmp-cmdline": { "branch": "main", "commit": "d250c63aa13ead745e3a40f61fdd3470efde3923" }, "cmp-nvim-lsp": { "branch": "main", "commit": "5af77f54de1b16c34b23cba810150689a3a90312" },