Skip to content

Commit

Permalink
feat(deps): add optional markdown renderer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Nov 1, 2024
1 parent 98dd5d6 commit 4f9ae40
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,15 @@ Add the following configuration to your Neovim setup with [lazy.nvim](https://gi
dependencies = {
"MunifTanjim/nui.nvim",
"nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter"
"nvim-treesitter/nvim-treesitter",
-- Optional, for markdown rendering with render-markdown.nvim
{
'MeanderingProgrammer/render-markdown.nvim',
opts = {
file_types = { "markdown" },
},
ft = { "markdown" },
},
},
ft = "hurl",
opts = {
Expand Down

0 comments on commit 4f9ae40

Please sign in to comment.