diff --git a/lua/custom/plugins/pandoc.lua b/lua/custom/plugins/pandoc.lua index beefcbcf..09bf1e09 100644 --- a/lua/custom/plugins/pandoc.lua +++ b/lua/custom/plugins/pandoc.lua @@ -1,9 +1,6 @@ - return { - "vim-pandoc/vim-pandoc", - version = "*", - event = "VeryLazy", - dependencies = { - 'vim-pandoc/vim-pandoc-syntax' - }, -} + 'aspeddro/pandoc.nvim', + config = function() + require("pandoc").setup {} + end, +} \ No newline at end of file