feat: add render-markdown.nvim

This commit is contained in:
2024-08-12 18:24:53 +02:00
parent d34f9537fd
commit bfce661e3b
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
return {
{
"MeanderingProgrammer/render-markdown.nvim",
lazy = false,
keys = {
{
"<leader>m",
function()
require("render-markdown").toggle()
end,
"Toggle markdown rendering",
},
},
opts = {
enabled = true,
},
dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-tree/nvim-web-devicons" }, -- if you prefer nvim-web-devicons
},
}

View File

@@ -18,6 +18,9 @@ return {
-- see below for full list of optional dependencies 👇
},
opts = {
ui = {
enable = false,
},
workspaces = {
{
name = "personal",