mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(render-markdown): remove redundant opts.file_types
After cb9a5e2412
there's no need for defining filetypes both in Lazy's `ft` and the
plugin's `opts.file_types`.
This commit is contained in:
parent
a1c3ec4cd4
commit
a29fcbfcd2
1 changed files with 0 additions and 1 deletions
|
|
@ -95,7 +95,6 @@ return {
|
|||
{
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
opts = {
|
||||
file_types = { "markdown", "norg", "rmd", "org" },
|
||||
code = {
|
||||
sign = false,
|
||||
width = "block",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue