refactor(plugins): update pandoc plugin

This commit is contained in:
David Bell 2023-04-04 20:18:25 +01:00
parent 7126848668
commit fb958b9e97
No known key found for this signature in database
GPG Key ID: EB8E7B08C6DE0FD7
1 changed files with 5 additions and 8 deletions

View File

@ -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,
}