Added plugin lazydev by folke, including wezterm types
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
return {
|
||||||
|
"folke/lazydev.nvim",
|
||||||
|
ft = "lua",
|
||||||
|
dependencies = {
|
||||||
|
{ "gonstoll/wezterm-types", lazy = true },
|
||||||
|
},
|
||||||
|
opts = {
|
||||||
|
library = {
|
||||||
|
{ path = "wezterm-types", mods = { "wezterm" } },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user