refactor(plugins): update pandoc plugin
This commit is contained in:
parent
7126848668
commit
fb958b9e97
|
@ -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…
Reference in New Issue