feat(plugins): add plugins
This commit is contained in:
parent
fa8b268568
commit
86bdc8207c
3 changed files with 53 additions and 0 deletions
9
lua/custom/plugins/pandoc.lua
Normal file
9
lua/custom/plugins/pandoc.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
return {
|
||||
"vim-pandoc/vim-pandoc",
|
||||
version = "*",
|
||||
event = "VeryLazy",
|
||||
dependencies = {
|
||||
'vim-pandoc/vim-pandoc-syntax'
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue