arminveres / md-pdf.nvim

Preview markdown files and convert to PDF inside Neovim!
59 stars 4 forks source link

refactor & move preview_cmd into configs #7

Closed gcanoxl closed 7 months ago

gcanoxl commented 7 months ago

There are 2 changes that I mainly made in this PR.

  1. refactoring: move md-pdf.lua as md-pdf/init.lua and separate configs as a single file
  2. implemented one of the TODOs, which is adding an option for users to customize their own previewer command.