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",
|
"nvim-lua/plenary.nvim",
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
|
ui = {
|
||||||
|
enable = false,
|
||||||
|
},
|
||||||
workspaces = {
|
workspaces = {
|
||||||
{
|
{
|
||||||
name = "second-brain",
|
name = "second-brain",
|
||||||
|
|
|
@ -8,11 +8,14 @@ return {
|
||||||
right_pad = 1,
|
right_pad = 1,
|
||||||
},
|
},
|
||||||
heading = {
|
heading = {
|
||||||
sign = false,
|
-- width = "block",
|
||||||
|
-- left_pad = 2,
|
||||||
|
-- right_pad = 4,
|
||||||
|
-- sign = false,
|
||||||
-- icons = {},
|
-- icons = {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
ft = { "markdown", "rmd" },
|
ft = { "markdown", "rmd", "vimwiki" },
|
||||||
config = function(_, opts)
|
config = function(_, opts)
|
||||||
require("render-markdown").setup(opts)
|
require("render-markdown").setup(opts)
|
||||||
Snacks.toggle({
|
Snacks.toggle({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue