🐛 fix(nvim): render-markdown now doesnt require the file_type option

This commit is contained in:
Sergio Laín 2024-09-29 13:23:54 +02:00
parent f6166e6f4d
commit 70c065f2f2
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -14,9 +14,6 @@ return {
},
dependencies = {
"MeanderingProgrammer/render-markdown.nvim",
opts = {
file_types = { "markdown", "norg", "rmd", "org", "Avante" },
},
ft = { "markdown", "norg", "rmd", "org", "Avante" },
},
},