AutoYADM commit: 2024-12-21 00:00:02
This commit is contained in:
parent
a5b3a5cda5
commit
88dae98708
2 changed files with 8 additions and 2 deletions
|
@ -16,6 +16,9 @@ return {
|
|||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
opts = {
|
||||
ui = {
|
||||
enable = false,
|
||||
},
|
||||
workspaces = {
|
||||
{
|
||||
name = "second-brain",
|
||||
|
|
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue