Added plugin lazydev by folke, including wezterm types

This commit is contained in:
2025-07-29 01:03:59 +09:00
parent 0682b85f37
commit be2cdeb988
+12
View File
@@ -0,0 +1,12 @@
return {
"folke/lazydev.nvim",
ft = "lua",
dependencies = {
{ "gonstoll/wezterm-types", lazy = true },
},
opts = {
library = {
{ path = "wezterm-types", mods = { "wezterm" } },
},
},
}