aspeddro / pandoc.nvim

A Neovim plugin for pandoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pandoc.nvim

A Neovim plugin for pandoc

Requirements

  • Neovim >= 0.7.0

Installation and setup

packer.nvim

use {
  'aspeddro/pandoc.nvim',
  config = function()
    require'pandoc'.setup()
  end
}

Usage

See help pandoc

About

A Neovim plugin for pandoc

License:MIT License


Languages

Language:Lua 98.7%Language:Makefile 1.3%