refactor(plugins): update pandoc plugin

pull/255/head
David Bell 2 years ago
parent 7126848668
commit fb958b9e97
No known key found for this signature in database
GPG Key ID: EB8E7B08C6DE0FD7

@ -1,9 +1,6 @@
return { return {
"vim-pandoc/vim-pandoc", 'aspeddro/pandoc.nvim',
version = "*", config = function()
event = "VeryLazy", require("pandoc").setup {}
dependencies = { end,
'vim-pandoc/vim-pandoc-syntax' }
},
}
Loading…
Cancel
Save