Update home/.config/lvim/lua/user/plugins.lua
This commit is contained in:
parent
833c5922ae
commit
6997fef110
@ -157,6 +157,21 @@ M.setup = function()
|
||||
]])
|
||||
end,
|
||||
},
|
||||
-- markdown to pdf conversion
|
||||
{
|
||||
'arminveres/md-pdf.nvim',
|
||||
branch = 'main',
|
||||
lazy = true,
|
||||
config = function()
|
||||
local mdpdf = require('md-pdf')
|
||||
mdpdf.setup({
|
||||
margins = "0.8cm",
|
||||
highlight = "tango",
|
||||
toc = false,
|
||||
preview_cmd = function() return 'zathura' end
|
||||
})
|
||||
end,
|
||||
},
|
||||
-- mason
|
||||
{
|
||||
'WhoIsSethDaniel/mason-tool-installer.nvim',
|
||||
|
Loading…
Reference in New Issue
Block a user