AutoYADM commit: 2024-12-21 15:45:05

This commit is contained in:
Daniel Fichtinger 2024-12-21 15:45:05 -05:00
parent fe0cf442c2
commit d38da98b4e
2 changed files with 5 additions and 0 deletions

View file

@ -48,8 +48,10 @@ return {
local m = require("render-markdown")
if enabled then
m.enable()
Snacks.indent.disable()
else
m.disable()
Snacks.indent.enable()
end
end,
}):map("<leader>um")