diff options
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 = ""} |
