diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-09-03 00:18:08 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-09-03 00:18:08 +0100 |
| commit | 9c43c4fe5a8e913fc85caa37922e420d4bf2ee1b (patch) | |
| tree | 33ca08d4bf174ebb360fc682bef8a2b15d27ef24 /lua/user/plugins.lua | |
| parent | 0d2e2258c31f9144290dfc31e15bb367f8528cf3 (diff) | |
Added pandoc plugin
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 09ef43f..a214417 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -134,6 +134,7 @@ return packer.startup(function(use) -- use {"emakman/nvim-latex-previewer", LatexViewer = "zathura"} -- use {"xuhdev/vim-latex-live-preview"} use {"jbyuki/nabla.nvim", commit = ""} -- An ASCII math generator from LaTeX equations + use {"aspeddro/pandoc.nvim", commit = ""} -- pandoc -- DAP use {"mfussenegger/nvim-dap", commit = ""} |
