more updates
This commit is contained in:
parent
8ba2285856
commit
d1fc204740
3 changed files with 598 additions and 0 deletions
14
lua/custom/plugins/zotcite.lua
Normal file
14
lua/custom/plugins/zotcite.lua
Normal 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,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue