Compare commits

...

2 Commits

Author SHA1 Message Date
409
dd133bd330 chore: lazy-lock.json 2024-08-12 18:25:20 +02:00
409
bfce661e3b feat: add render-markdown.nvim 2024-08-12 18:24:53 +02:00
3 changed files with 23 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
"obsidian.nvim": { "branch": "main", "commit": "ae1f76a75c7ce36866e1d9342a8f6f5b9c2caf9b" },
"oil.nvim": { "branch": "master", "commit": "fcca212c2e966fc3dec1d4baf888e670631d25d1" },
"plenary.nvim": { "branch": "master", "commit": "a3e3bc82a3f95c5ed0d7201546d5d2c19b20d683" },
"render-markdown.nvim": { "branch": "main", "commit": "72688baea4ef0ed605033bf654b54d801b6a5f01" },
"tailwind-tools.nvim": { "branch": "master", "commit": "51014920387237ec55193bb64a3b2579b440a63f" },
"telescope.nvim": { "branch": "master", "commit": "3b1600d0fd5172ad9fae00987362ca0ef3d8895d" },
"tiny-devicons-auto-colors.nvim": { "branch": "main", "commit": "9be4af5b1bc1f26a11206ed7ce8bf44312e7941a" },

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",