Closed tokisuno closed 7 months ago
I can't stop the gif, so looking at your config is difficult, could you post your config as text please?
https://github.com/tokisuno/nvim/commit/aa51c89f5d59d685be5b2beb6afc5f8271157045
this is the last commit from my nvim config from when i added the plugin.
bump (if you need anything else just lmk)
Thanks, will look into it when I have some time this week.
{"nvim-telescope/telescope.nvim",
dependencies = "nvim-telescope/telescope-bibtex.nvim",
version = '0.1.5',
keys = {{
"<leader>fz",
":Telescope bibtex<CR>",
desc = "Fuzzy [f]ind bibtex ([z]otero) references",
}},
opts = {
extensions = {
bibtex = {
depth = 1,
custom_formats = {
{
id = "zettel", cite_marker = "#%s"
}
},
format = 'zettel',
global_files = {
"~/Dropbox/latex/bibs/clitics.bib",
"~/Dropbox/latex/bibs/syntax.bib",
"~/Dropbox/latex/bibs/philosophy.bib",
},
citation_max_auth = 2,
context = false,
context_fallback = true,
wrap = false,
},
}
},
config = function (_, opts)
require("telescope").setup(opts)
require("telescope").load_extension("bibtex")
end
},
}
solved by making my config like this.
copied this from some random user's dotfiles, but now the config and everything seems to work !
I tried: Telescope bibtex format=tex Telescope bibtex format=markdown Telescope bibtex format=md Telescope bibtex format=zk (my custom format)
I tried a format_string from some other issue post on here and that didn't work either. I'm only getting forced plain.