14 lines
277 B
Lua
14 lines
277 B
Lua
return {
|
|
{
|
|
'jalvesaq/zotcite',
|
|
dependencies = {
|
|
'nvim-treesitter/nvim-treesitter',
|
|
'nvim-telescope/telescope.nvim',
|
|
},
|
|
config = function()
|
|
require('zotcite').setup {
|
|
-- your options here (see doc/zotcite.txt)
|
|
}
|
|
end,
|
|
},
|
|
}
|