feat: add markdown preview

This commit is contained in:
DashieTM 2023-01-01 01:42:07 +01:00
parent 7dba0b18be
commit 6f9ecd5c96
5 changed files with 41 additions and 5 deletions

View file

@ -28,6 +28,9 @@ local options = {
--vim.opt.shortmess:append "c"
vim.g.mkdp_browser = '/usr/bin/firefox'
vim.g.mkdp_auto_start = 1
for k, v in pairs(options) do
vim.opt[k] = v
end