{"id":17236399,"url":"https://github.com/tbodt/deoplete-tabnine","last_synced_at":"2025-04-07T18:15:18.275Z","repository":{"id":37601789,"uuid":"156465256","full_name":"tbodt/deoplete-tabnine","owner":"tbodt","description":"Deoplete source for TabNine","archived":false,"fork":false,"pushed_at":"2023-08-06T13:47:14.000Z","size":64,"stargazers_count":257,"open_issues_count":5,"forks_count":16,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-31T16:14:22.060Z","etag":null,"topics":["deoplete-source"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tbodt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-11-07T00:03:36.000Z","updated_at":"2025-03-17T11:52:44.000Z","dependencies_parsed_at":"2024-10-31T08:02:50.642Z","dependency_job_id":"ec34590a-e18a-41ca-9186-3b32d584cf32","html_url":"https://github.com/tbodt/deoplete-tabnine","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/tbodt%2Fdeoplete-tabnine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbodt%2Fdeoplete-tabnine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbodt%2Fdeoplete-tabnine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbodt%2Fdeoplete-tabnine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tbodt","download_url":"https://codeload.github.com/tbodt/deoplete-tabnine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247704571,"owners_count":20982298,"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":["deoplete-source"],"created_at":"2024-10-15T05:36:05.063Z","updated_at":"2025-04-07T18:15:18.243Z","avatar_url":"https://github.com/tbodt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deoplete-tabnine\n\n\n## Overview\n\nA [Deoplete][] source for [TabNine][].\n\n\n## Installation\n\nTo install it with vim-plug, first install Deoplete, then add this to your vimrc:\n\n```vim\nif has('win32') || has('win64')\n  Plug 'tbodt/deoplete-tabnine', { 'do': 'powershell.exe .\\install.ps1' }\nelse\n  Plug 'tbodt/deoplete-tabnine', { 'do': './install.sh' }\nendif\n```\n\nFor [dein.vim](https://github.com/Shougo/dein.vim)\n\n```vim\nif has('win32') || has('win64')\n  call dein#add('tbodt/deoplete-tabnine', { 'build': 'powershell.exe .\\install.ps1' })\nelse\n  call dein#add('tbodt/deoplete-tabnine', { 'build': './install.sh' })\nendif\n```\n\n[Deoplete]: https://github.com/Shougo/deoplete.nvim/\n[TabNine]: https://tabnine.com\n\n\n## Configuration\n\n### `line_limit`\n\nThe number of lines before and after the cursor to send to TabNine. If the\noption is smaller, the performance may be improved.  (default: 1000)\n\n\n### `max_num_results`\n\nMax results from TabNine.\n(default: 10)\n\n```vim\ncall deoplete#custom#var('tabnine', {\n\\ 'line_limit': 500,\n\\ 'max_num_results': 20,\n\\ })\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbodt%2Fdeoplete-tabnine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftbodt%2Fdeoplete-tabnine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbodt%2Fdeoplete-tabnine/lists"}