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