2025-02-01 03:16:43 -08:00
|
|
|
-- [nfnl] Compiled from ./fnl/plugins/render-markdown.fnl by https://github.com/Olical/nfnl, do not edit.
|
|
|
|
local function _1_()
|
|
|
|
return require("render-markdown").setup({file_types = {"markdown"}})
|
|
|
|
end
|
|
|
|
return {"render-markdown.nvim", after = _1_}
|