viminal2/fnl/plugins/render-markdown.fnl

6 lines
167 B
Text
Raw Normal View History

(import-macros {: tx} :config.macros)
(tx :render-markdown.nvim
{:after (fn []
((. (require :render-markdown) :setup) {:file_types [:markdown]}))})