Skip to content

wwaltb/run-pandoc.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

run-pandoc.nvim

A simple plugin I made to compile markdown files in Neovim using pandoc.

Getting Started

Required dependencies

Installation

Using lazy.nvim:

-- init.lua:
{
    'wwaltb/run-pandoc.nvim'
}

-- plugins/run-pandoc.lua:
return {
    'wwaltb/run-pandoc.nvim'
}

Usage

run-pandoc.nvim uses it's compile command to compile the file open in the current buffer into a pdf. It will output to the same location as the original file and with the same name.

Using Lua:

vim.keymap.set('n', '<leader>cp', require("run-pandoc").compile, {})

About

A plugin to run pandoc on your md files in Neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages