diff --git a/lua/plugins/wezterm-types.lua b/lua/plugins/wezterm-types.lua index 4062caa..e4c39de 100644 --- a/lua/plugins/wezterm-types.lua +++ b/lua/plugins/wezterm-types.lua @@ -1 +1,14 @@ -return { "justinsgithub/wezterm-types" } +return { + { + "justinsgithub/wezterm-types", + lazy = true, + }, + { + "folke/lazydev.nvim", + opts = { + library = { + { path = "wezterm-types", mods = { "wezterm" } }, + }, + }, + }, +}