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:
@@ -1 +1,14 @@
|
||||
return { "justinsgithub/wezterm-types" }
|
||||
return {
|
||||
{
|
||||
"justinsgithub/wezterm-types",
|
||||
lazy = true,
|
||||
},
|
||||
{
|
||||
"folke/lazydev.nvim",
|
||||
opts = {
|
||||
library = {
|
||||
{ path = "wezterm-types", mods = { "wezterm" } },
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user