Register wezterm-types with lazydev

The plugin was installed and eagerly loaded but never added to lazydev's
library, so it provided no completion for wezterm configs.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-31 12:27:20 -04:00
co-authored by Claude Opus 5
parent fff32f07a6
commit bd3db43e3a
+14 -1
View File
@@ -1 +1,14 @@
return { "justinsgithub/wezterm-types" } return {
{
"justinsgithub/wezterm-types",
lazy = true,
},
{
"folke/lazydev.nvim",
opts = {
library = {
{ path = "wezterm-types", mods = { "wezterm" } },
},
},
},
}