feat: add loading options for WezTerm types support

This commit is contained in:
2024-10-11 06:54:36 -04:00
parent 8b41d2436f
commit a8849c6a95
3 changed files with 27 additions and 34 deletions
+7
View File
@@ -69,4 +69,11 @@ return {
}
end,
},
{ -- Markdown Preview
"iamcco/markdown-preview.nvim",
build = "cd app && yarn install",
},
{ -- WezTerm Types
"justinsgithub/wezterm-types",
},
}