{"id":13895451,"url":"https://github.com/JMarkin/cmp-diag-codes","last_synced_at":"2025-07-17T11:31:00.214Z","repository":{"id":156701199,"uuid":"633112013","full_name":"JMarkin/cmp-diag-codes","owner":"JMarkin","description":"nvim-cmp plugin for diagnostic codes","archived":false,"fork":false,"pushed_at":"2023-05-22T16:32:24.000Z","size":5,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-06T18:24:37.904Z","etag":null,"topics":["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/JMarkin.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}},"created_at":"2023-04-26T20:04:28.000Z","updated_at":"2024-08-06T15:38:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"547beb81-8835-408b-9e7d-72a87ce9ae93","html_url":"https://github.com/JMarkin/cmp-diag-codes","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/JMarkin%2Fcmp-diag-codes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JMarkin%2Fcmp-diag-codes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JMarkin%2Fcmp-diag-codes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JMarkin%2Fcmp-diag-codes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JMarkin","download_url":"https://codeload.github.com/JMarkin/cmp-diag-codes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226255409,"owners_count":17595860,"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":["nvim-cmp"],"created_at":"2024-08-06T18:02:13.654Z","updated_at":"2024-11-25T00:31:38.595Z","avatar_url":"https://github.com/JMarkin.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# cmp-diag-codes\n\nSimple completion for diagnostic codes, useful for disable some codes.\n\n# Usage\n\n```lua\nrequire(\"cmp\").setup({\n  -- other settings\n  sources = {\n    {\n        name = \"diag-codes\",\n        -- default completion available only in comment context\n        -- use false if you want to get in other context\n        option = { in_comment = true }\n    },\n  },\n})\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJMarkin%2Fcmp-diag-codes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJMarkin%2Fcmp-diag-codes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJMarkin%2Fcmp-diag-codes/lists"}