diff --git a/lazy-lock.json b/lazy-lock.json index 3251a625..256da91a 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -32,5 +32,6 @@ "telescope.nvim": { "branch": "master", "commit": "5255aa27c422de944791318024167ad5d40aad20" }, "todo-comments.nvim": { "branch": "main", "commit": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668" }, "tokyonight.nvim": { "branch": "main", "commit": "5da1b76e64daf4c5d410f06bcb6b9cb640da7dfd" }, + "wezterm-types": { "branch": "main", "commit": "eb2c766606839f21ab3e63f2c5bf3cf327da4ccd" }, "which-key.nvim": { "branch": "main", "commit": "3aab2147e74890957785941f0c1ad87d0a44c15a" } } diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index dd18e2d1..7d898517 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -147,4 +147,8 @@ return { -- log_level = 'debug', }, }, + { + 'DrKJeff16/wezterm-types', + version = false, -- Get the latest version + }, }