{"id":21206590,"url":"https://github.com/oncomouse/citation-langserver","last_synced_at":"2025-07-10T08:33:07.444Z","repository":{"id":46944452,"uuid":"294975002","full_name":"oncomouse/citation-langserver","owner":"oncomouse","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-29T14:32:04.000Z","size":89,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-24T16:19:28.569Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oncomouse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"citation_langserver/__init__.py","codeowners":null,"security":null,"support":null}},"created_at":"2020-09-12T15:49:01.000Z","updated_at":"2024-02-03T18:05:54.000Z","dependencies_parsed_at":"2022-07-22T01:32:20.124Z","dependency_job_id":null,"html_url":"https://github.com/oncomouse/citation-langserver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oncomouse%2Fcitation-langserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oncomouse%2Fcitation-langserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oncomouse%2Fcitation-langserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oncomouse%2Fcitation-langserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oncomouse","download_url":"https://codeload.github.com/oncomouse/citation-langserver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225629869,"owners_count":17499295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T20:56:10.180Z","updated_at":"2024-11-20T20:56:10.644Z","avatar_url":"https://github.com/oncomouse.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# citation-langserver\n\ncitation-langserver is a language server for working with citations stored in BibTeX or BibLaTeX files.\n\ncitation-langserver supports code completion, hover, jump to definition, and find references. It supports absolute file paths for bibliographies, relative file paths, as well as glob-based file paths. It is compatible with all clients that support the [Language Server Protocol](https://langserver.org/)\n\n# Installation\n\nRun `pip3 install citation-langserver` to install.\n\n# Usage\n\nConfigure `citation-langserver` as you would any other LSP in your text editor of choice.\n\nFor instance, using [CoC](https://github.com/neoclide/coc.nvim) in Vim, you might add the following to your `coc-settings.json` file:\n\n```json\n  \"languageserver\": {\n    \"citation\": {\n      \"command\": \"/usr/local/bin/citation-langserver\",\n      \"filetypes\": [\"markdown\"],\n      \"settings\": {\n        \"citation\": {\n          \"bibliographies\": [\n            \"~/library.bib\",\n\t\t\t\"./*.bib\"\n          ]\n        }\n      }\n    }\n  }\n```\n\n## Configuration\n\nThe setting `citation.bibliographies` needs to be sent by the client to the server and contain an array of file paths. The file paths can include:\n\n- Absolute paths\n- Relative paths\n- Globs (absolute or relative)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foncomouse%2Fcitation-langserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foncomouse%2Fcitation-langserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foncomouse%2Fcitation-langserver/lists"}