Skip to content

Commit

Permalink
fix: docs with render-markdown (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone authored Aug 17, 2024
1 parent 3dca5f4 commit 5d5ded5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@ Install `avante.nvim` using [lazy.nvim](https://github.com/folke/lazy.nvim):
}
},
"nvim-lua/plenary.nvim",
"MeanderingProgrammer/render-markdown.nvim", -- optional
{ -- Optional
'MeanderingProgrammer/render-markdown.nvim',
opts = {
file_types = { "markdown", "Avante" },
},
ft = { "markdown", "Avante" },
},
},
}
```
Expand All @@ -50,7 +56,7 @@ Install `avante.nvim` using [lazy.nvim](https://github.com/folke/lazy.nvim):
>
> ```lua
> {
> "MeanderingProgrammer/markdown.nvim",
> "MeanderingProgrammer/render-markdown.nvim",
> opts = {
> file_types = { "markdown", "Avante" },
> },
Expand Down

0 comments on commit 5d5ded5

Please sign in to comment.