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>
15 lines
212 B
Lua
15 lines
212 B
Lua
return {
|
|
{
|
|
"justinsgithub/wezterm-types",
|
|
lazy = true,
|
|
},
|
|
{
|
|
"folke/lazydev.nvim",
|
|
opts = {
|
|
library = {
|
|
{ path = "wezterm-types", mods = { "wezterm" } },
|
|
},
|
|
},
|
|
},
|
|
}
|