more updates

This commit is contained in:
Tyce Herrman 2025-06-25 12:34:50 -04:00
parent 8ba2285856
commit d1fc204740
3 changed files with 598 additions and 0 deletions

View file

@ -0,0 +1,14 @@
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,
},
}