{"id":23058071,"url":"https://github.com/samwhelp/tool-ivim","last_synced_at":"2026-04-30T10:33:55.705Z","repository":{"id":90412189,"uuid":"181026736","full_name":"samwhelp/tool-ivim","owner":"samwhelp","description":"tool-ivim","archived":false,"fork":false,"pushed_at":"2021-11-17T04:51:54.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T20:12:26.857Z","etag":null,"topics":["ivim","nvim","nvimrc","vim","vimrc"],"latest_commit_sha":null,"homepage":"https://samwhelp.github.io/tool-ivim-doc/","language":"Vim script","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/samwhelp.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":"2019-04-12T14:41:45.000Z","updated_at":"2023-05-30T22:26:26.000Z","dependencies_parsed_at":"2023-03-14T00:15:42.002Z","dependency_job_id":null,"html_url":"https://github.com/samwhelp/tool-ivim","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/samwhelp%2Ftool-ivim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Ftool-ivim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Ftool-ivim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Ftool-ivim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samwhelp","download_url":"https://codeload.github.com/samwhelp/tool-ivim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246944385,"owners_count":20858772,"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":["ivim","nvim","nvimrc","vim","vimrc"],"created_at":"2024-12-16T02:14:20.553Z","updated_at":"2026-04-30T10:33:50.687Z","avatar_url":"https://github.com/samwhelp.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# tool-ivim\n\n* [tool-ivim](https://github.com/samwhelp/tool-ivim) ([GitHub](https://github.com/samwhelp/tool-ivim))\n\n\n## Installer\n\n* [vimrc-get](https://github.com/samwhelp/note-about-vim/tree/gh-pages/_demo/project/vimrc-profile/vimrc-get)\n\n``` sh\n$ vimrc-get ivim\n```\n\n## Doc\n\n* [tool-ivim-doc](https://samwhelp.github.io/tool-ivim-doc) ([GitHub](https://github.com/samwhelp/tool-ivim-doc))\n* note-about-vim / [ivim](https://samwhelp.github.io/note-about-vim/read/project/ivim.html)\n\n\n## Keybind\n\n* [en_us](https://samwhelp.github.io/tool-ivim-doc/read/en_us/feature/keybind.html)\n* [zh_tw](https://samwhelp.github.io/tool-ivim-doc/read/zh_tw/feature/keybind.html)\n\n\n## Plugin\n\n* [en_us](https://samwhelp.github.io/tool-ivim-doc/read/en_us/feature/plugin.html)\n* [zh_tw](https://samwhelp.github.io/tool-ivim-doc/read/zh_tw/feature/plugin.html)\n\n\n## Prototype Projects\n\n* [ivim](https://github.com/samwhelp/note-about-vim/tree/gh-pages/_demo/prototype/ivim)\n* skel-project-plan/example/[project-vimrc](https://github.com/samwhelp/skel-project-plan/tree/gh-pages/example/project-vimrc)\n\n\n## Related Projects\n\n* [tool-svim](https://github.com/samwhelp/tool-svim)\n* [tool-mvim](https://github.com/samwhelp/tool-mvim)\n* [tool-lvim](https://github.com/samwhelp/tool-lvim)\n* [tool-hvim](https://github.com/samwhelp/tool-hvim)\n\n\n## Clone Command\n\n``` sh\ngit clone https://github.com/samwhelp/tool-ivim\ngit clone https://github.com/samwhelp/tool-ivim-doc\n```\n\n\n\n\n\n\n\n\n\n\n## Howto use\n\n\n### Way 1\n\n``` sh\nrm ~/.vimrc\nrm ~/.vim\n```\n\n``` sh\nln -sf \"$(pwd)\" \"$HOME/.vim\"\n```\n\n### Way 2\n\nrun\n\n``` sh\n$ vim -u ./vimrc\n```\n\n## Info\n\nrun\n\n``` sh\n$ vim -c ':scriptnames'\n```\n\n``` sh\n$ vim -c ':set rtp?'\n```\n\nor\n\n``` sh\n$ vim -c ':set runtimepath?'\n```\n\n\n## verbose\n\n``` sh\n$ vim -c ':verbose hi'\n```\n\n``` sh\n$ vim -c ':verbose hi NonText'\n```\n\n\n## startuptime\n\n\u003e run `vim -h`, you can find `--startuptime`\n\nrun\n\n``` sh\n$ vim --startuptime test.txt -u vimrc\n```\n\nthen\n\n``` sh\n$ less test.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamwhelp%2Ftool-ivim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamwhelp%2Ftool-ivim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamwhelp%2Ftool-ivim/lists"}