diff --git a/lua/plugins/lazydev.lua b/lua/plugins/lazydev.lua new file mode 100644 index 0000000..643223c --- /dev/null +++ b/lua/plugins/lazydev.lua @@ -0,0 +1,12 @@ +return { + "folke/lazydev.nvim", + ft = "lua", + dependencies = { + { "gonstoll/wezterm-types", lazy = true }, + }, + opts = { + library = { + { path = "wezterm-types", mods = { "wezterm" } }, + }, + }, +}