fix lazy loading render-markdown

This commit is contained in:
2024-11-05 20:10:29 -05:00
parent 2ce5a7d582
commit a4f022fdee
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ return {
"nvim-treesitter/nvim-treesitter",
"nvim-tree/nvim-web-devicons",
},
lazy = true,
ft = { "markdown" },
---@module 'render-markdown'
---@type render.md.UserConfig
opts = {