Files
neovim-config/lua/plugins/wezterm-types.lua
T
thalladaandClaude Opus 5 bd3db43e3a 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>
2026-07-31 12:27:20 -04:00

15 lines
212 B
Lua

return {
{
"justinsgithub/wezterm-types",
lazy = true,
},
{
"folke/lazydev.nvim",
opts = {
library = {
{ path = "wezterm-types", mods = { "wezterm" } },
},
},
},
}