6 lines
167 B
Text
6 lines
167 B
Text
|
(import-macros {: tx} :config.macros)
|
||
|
|
||
|
(tx :render-markdown.nvim
|
||
|
{:after (fn []
|
||
|
((. (require :render-markdown) :setup) {:file_types [:markdown]}))})
|