Config
This commit is contained in:
parent
7201dc4801
commit
be36a60446
36 changed files with 800 additions and 7 deletions
15
lua/custom/plugins/md-pdf.lua
Normal file
15
lua/custom/plugins/md-pdf.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
"arminveres/md-pdf.nvim",
|
||||
branch = "main", -- you can assume that main is somewhat stable until releases will be made
|
||||
lazy = true,
|
||||
keys = {
|
||||
{
|
||||
"<leader>,",
|
||||
function() require("md-pdf").convert_md_to_pdf() end,
|
||||
desc = "Markdown preview",
|
||||
},
|
||||
},
|
||||
opts = {
|
||||
toc = false,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue