wezterm types lazy plugin

This commit is contained in:
Reathe 2026-02-27 23:25:32 +01:00
parent 3778cef19d
commit e4524a189c
2 changed files with 5 additions and 0 deletions

View File

@ -32,5 +32,6 @@
"telescope.nvim": { "branch": "master", "commit": "5255aa27c422de944791318024167ad5d40aad20" }, "telescope.nvim": { "branch": "master", "commit": "5255aa27c422de944791318024167ad5d40aad20" },
"todo-comments.nvim": { "branch": "main", "commit": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668" }, "todo-comments.nvim": { "branch": "main", "commit": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668" },
"tokyonight.nvim": { "branch": "main", "commit": "5da1b76e64daf4c5d410f06bcb6b9cb640da7dfd" }, "tokyonight.nvim": { "branch": "main", "commit": "5da1b76e64daf4c5d410f06bcb6b9cb640da7dfd" },
"wezterm-types": { "branch": "main", "commit": "eb2c766606839f21ab3e63f2c5bf3cf327da4ccd" },
"which-key.nvim": { "branch": "main", "commit": "3aab2147e74890957785941f0c1ad87d0a44c15a" } "which-key.nvim": { "branch": "main", "commit": "3aab2147e74890957785941f0c1ad87d0a44c15a" }
} }

View File

@ -147,4 +147,8 @@ return {
-- log_level = 'debug', -- log_level = 'debug',
}, },
}, },
{
'DrKJeff16/wezterm-types',
version = false, -- Get the latest version
},
} }