{"id":3099053,"url":"https://github.com/kdheepak/cmp-latex-symbols","last_synced_at":"2025-04-05T03:09:36.958Z","repository":{"id":37087282,"uuid":"397749321","full_name":"kdheepak/cmp-latex-symbols","owner":"kdheepak","description":"Add latex symbol support for nvim-cmp.","archived":false,"fork":false,"pushed_at":"2025-01-10T16:52:40.000Z","size":197,"stargazers_count":144,"open_issues_count":1,"forks_count":10,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-29T02:06:04.718Z","etag":null,"topics":["neovim","nvim-cmp"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/kdheepak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-18T22:23:49.000Z","updated_at":"2025-03-27T00:54:34.000Z","dependencies_parsed_at":"2025-02-12T12:10:39.887Z","dependency_job_id":"4ebb55a9-c6aa-47e2-9f17-b050c7a1864a","html_url":"https://github.com/kdheepak/cmp-latex-symbols","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/kdheepak%2Fcmp-latex-symbols","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdheepak%2Fcmp-latex-symbols/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdheepak%2Fcmp-latex-symbols/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdheepak%2Fcmp-latex-symbols/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kdheepak","download_url":"https://codeload.github.com/kdheepak/cmp-latex-symbols/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280272,"owners_count":20912967,"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":["neovim","nvim-cmp"],"created_at":"2024-02-01T05:50:51.232Z","updated_at":"2025-04-05T03:09:36.939Z","avatar_url":"https://github.com/kdheepak.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# cmp-latex-symbols\n\nAdd latex symbol support for [nvim-cmp](https://github.com/hrsh7th/nvim-cmp).\n\n![cmp-latex-symbols mov](https://user-images.githubusercontent.com/1813121/130020846-83996c11-b8a6-42a1-ac84-4b16af88a3cb.gif)\n\n## Install\n\nUsing Packer:\n\n```lua\nuse({\n  \"hrsh7th/nvim-cmp\",\n  requires = {\n    { \"kdheepak/cmp-latex-symbols\" },\n  },\n  sources = {\n    {\n      name = \"latex_symbols\",\n      option = {\n        strategy = 0, -- mixed\n      },\n    },\n  },\n})\n```\n\n## Options\n\n### `strategy`\n\nSet the display strategy.\n\nType: number\nDefault: `0 -- mixed`\nPossible values:\n\n- `0 -- mixed` Show the command and insert the symbol\n- `1 -- julia` Show and insert the symbol\n- `2 -- latex` Show and insert the command\n\nOriginal based on [compe-latex-symbols](https://github.com/GoldsteinE/compe-latex-symbols/).\n\nCurrently uses [`unimathsymbols.txt`](http://milde.users.sourceforge.net/LUCR/Math/data/unimathsymbols.txt) and LaTeX symbols defined by the Julia REPL.\nFor emoji's, use [this source](https://github.com/hrsh7th/cmp-emoji).\n\n[See @ExpandingMan's repo](https://gitlab.com/ExpandingMan/cmp-latex/) for a source with all and only the latex and emoji symbols defined by the Julia REPL.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdheepak%2Fcmp-latex-symbols","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkdheepak%2Fcmp-latex-symbols","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdheepak%2Fcmp-latex-symbols/lists"}