{"id":17246728,"url":"https://github.com/xaizek/vim-inccomplete","last_synced_at":"2026-02-02T14:03:06.205Z","repository":{"id":140081002,"uuid":"1119656","full_name":"xaizek/vim-inccomplete","owner":"xaizek","description":"Vim plugin for #include directive completion.","archived":false,"fork":false,"pushed_at":"2020-01-16T22:47:28.000Z","size":80,"stargazers_count":15,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T05:30:32.519Z","etag":null,"topics":["vim-plugin","vim-plugins","viml"],"latest_commit_sha":null,"homepage":"https://www.vim.org/scripts/script.php?script_id=3345","language":"Vim script","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/xaizek.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":"2010-11-28T17:23:10.000Z","updated_at":"2024-08-31T00:17:16.000Z","dependencies_parsed_at":"2024-03-31T00:15:37.845Z","dependency_job_id":null,"html_url":"https://github.com/xaizek/vim-inccomplete","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xaizek/vim-inccomplete","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaizek%2Fvim-inccomplete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaizek%2Fvim-inccomplete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaizek%2Fvim-inccomplete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaizek%2Fvim-inccomplete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xaizek","download_url":"https://codeload.github.com/xaizek/vim-inccomplete/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaizek%2Fvim-inccomplete/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260124032,"owners_count":22962199,"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":["vim-plugin","vim-plugins","viml"],"created_at":"2024-10-15T06:34:59.746Z","updated_at":"2026-02-02T14:03:06.145Z","avatar_url":"https://github.com/xaizek.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"### What is this plugin ###\n\nThis is a completion plugin for C/C++/ObjC/ObjC++ preprocessor's `#include`\ndirective.\n\n### Which files are matched ###\n\n`\"\"` completion lists header files which are defined by `hpp` or `h` extension.\n\n`\u003c\u003e` completion lists files that have `hpp` or `h` extension or don't have any.\n\n### Sources of completion ###\n\nSources for `\"\"` completion are configured via `g:inccomplete_localsources` and\ncan include:\n - paths relative to the directory of current file\n - `'-I'` keys from `g:clang_user_options`\n - `'-I'` keys from `b:clang_user_options`\n\nAdditional sources for `\"\"` completion can be specified via\n`b:inccomplete_roots` (this is a list equivalent of older `b:inccomplete_root`\nstring option).\n\nSources for `\u003c\u003e` completion are:\n - `'path'` option (on *nix it's set to `'/usr/include'` by default, but on\n   Windows you should set it to the right directories manually)\n - `g:clang_user_options` (`'-I'` keys)\n - `b:clang_user_options` (`'-I'` keys)\n\n### Additional notes ###\n\nIf you think it's faster to use `find` than builtin VimL functions, there is an\noption for that.\n\nThis plugin can be used along with clang_complete plugin. And maybe with some\nother completion plugins that weren't tested (inccomplete should work as long as\nit's loaded after some other completion plugin).\n\n### License ###\n\nSame terms as Vim itself (see `:help license`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaizek%2Fvim-inccomplete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxaizek%2Fvim-inccomplete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaizek%2Fvim-inccomplete/lists"}