Replies: 1 comment 1 reply
-
This is great. Thanks for sharing. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was annoyed by how incomplete the existing support for citation in my Neovim setup (cmp-pandoc-references, mkdnflow), so I went ahead and created a language server to support for bibtex-based citations. While mkdnflow does support similar features, my goal is to be editor-agnostic, more configurable, and to fully leverage LSP capabilities (like
textDocument/hover
). Currently, the following capabilities are implemented:.bib
files.prefix + ID
with ripgrep..bib
files based on configurations.cite_prefix
configuration. Show completion of citation ID for Bibtex entries and their documentation.Please check it out at bibli-ls! Any suggestions and ideas are welcome.
Beta Was this translation helpful? Give feedback.
All reactions