diff options
Diffstat (limited to 'lua/user/pandoc.lua')
| -rw-r--r-- | lua/user/pandoc.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/user/pandoc.lua b/lua/user/pandoc.lua new file mode 100644 index 0000000..40b3e9a --- /dev/null +++ b/lua/user/pandoc.lua @@ -0,0 +1,8 @@ +local status_ok = pcall(require, "pandoc") +if not status_ok then + return +end + +local pandoc =require "pandoc" + +pandoc.setup() |
