AutoYADM commit: 2024-12-21 00:00:02

This commit is contained in:
Daniel Fichtinger 2024-12-21 00:00:02 -05:00
parent a5b3a5cda5
commit 88dae98708
2 changed files with 8 additions and 2 deletions

View file

@ -16,6 +16,9 @@ return {
"nvim-lua/plenary.nvim",
},
opts = {
ui = {
enable = false,
},
workspaces = {
{
name = "second-brain",

View file

@ -8,11 +8,14 @@ return {
right_pad = 1,
},
heading = {
sign = false,
-- width = "block",
-- left_pad = 2,
-- right_pad = 4,
-- sign = false,
-- icons = {},
},
},
ft = { "markdown", "rmd" },
ft = { "markdown", "rmd", "vimwiki" },
config = function(_, opts)
require("render-markdown").setup(opts)
Snacks.toggle({