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

This commit is contained in:
Daniel Fichtinger 2024-12-21 15:55:05 -05:00
parent bddd027352
commit d05f1e35a1

View file

@ -6,8 +6,12 @@ return {
only_current = true,
filter = function(buf)
if vim.bo[buf].filetype == "markdown" then
local rm = require("render-markdown").enabled
return rm
return false
-- local rm = require("render-markdown").enabled
-- -- vim.notify(tostring(rm))
-- if rm then
-- return false
-- end
end
return vim.g.snacks_indent ~= false and vim.b[buf].snacks_indent ~= false and vim.bo[buf].buftype == ""
end,