{"id":19210007,"url":"https://github.com/zencodex/vimconf-win","last_synced_at":"2026-02-28T18:33:23.228Z","repository":{"id":12927638,"uuid":"15605284","full_name":"zencodex/vimconf-win","owner":"zencodex","description":"vim configurations for windows","archived":false,"fork":false,"pushed_at":"2014-06-13T06:01:44.000Z","size":17012,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-13T18:01:15.702Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"VimL","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/zencodex.png","metadata":{"files":{"readme":"README","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}},"created_at":"2014-01-03T08:51:07.000Z","updated_at":"2015-08-06T02:51:08.000Z","dependencies_parsed_at":"2022-07-09T23:46:08.186Z","dependency_job_id":null,"html_url":"https://github.com/zencodex/vimconf-win","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zencodex/vimconf-win","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zencodex%2Fvimconf-win","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zencodex%2Fvimconf-win/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zencodex%2Fvimconf-win/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zencodex%2Fvimconf-win/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zencodex","download_url":"https://codeload.github.com/zencodex/vimconf-win/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zencodex%2Fvimconf-win/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29946802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T18:21:26.597Z","status":"ssl_error","status_checked_at":"2026-02-28T18:19:38.892Z","response_time":90,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-09T13:33:54.740Z","updated_at":"2026-02-28T18:33:23.189Z","avatar_url":"https://github.com/zencodex.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"                     {/ ． ．\\}\n                     ( (oo)   )\n +-------------oOOo---︶︶︶︶---oOOo-------------+\n                                      _  ___\n                                       \\/ _/\n                                      _/ /ian__\n                                     /__/\\ \\/ /\n                                          \\  /\n                                          /_/un\n\n\n                                    闲耘™(@hotoo)\n                             hotoo.cn[AT]gmail.com\n\n +---------------------------------Oooo-----------+\n\n闲耘™'s Vim settings, plugins...\n\n\n+- vimrc\n|   |\n|   +- .vimrc_sample        Unix-like 系统的样本配置文件，本质上是导入 vimrc\n|   |\n|   +- _vimrc_sample        针对 Windows gvim 的样本配置文件，同 .vimrc\n|   |\n|   +- sysrc_sample.vim     针对系统的特殊设置，比如 Vimwiki 项目的存储目录、\n|   |                       私有的账户信息等。\n|   |\n|   +- vimrc                统一管理的 Vim 设置信息，目前已知支持 Mac \u0026 Windows。\n|   |\n|   `- addons               一些外部工具。\n|\n+- .tmp\n+- tmp               用来存储临时文件的目录，请手工创建。\n|\n+- .undodir\n+- undodir           存储持久化撤销文件的目录，请手工创建。\n|\n+- .vim_mru_files\n`- _vim_mru_files    MRU.vim 保存的列表文件，如果没有请手工创建。\n\n\n== Install ==\n\nfor Unix-like(Mac, Linux):\n    $ cd ~\n    $ mkdir .tmp .undodir\n    $ touch .vim_mru_files\n    $ git clone git@github.com:hotoo/vimrc.git .vim\n    $ cp .vim/.sysrc_sample.vim ./.sysrc.vim\n    $ vi .sysrc.vim\n    $ cp .vim/.vimrc_sample ./.vimrc\n\nfor Windows:\n    $ cd \"C:\\Program Files\\Vim\"\n    $ mkdir tmp undodir\n    $ copy NUL _vim_mru_files\n    $ rmdir /s /q vimfiles\n    $ git clone git@github.com:hotoo/vimrc.git vimfiles\n    $ copy vimfiles\\.sysrc_sample.vim sysrc.vim\n    $ vi vimfiles/sysrc.vim\n    $ del _vimrc\n    $ copy vimfiles\\_vimrc_sample _vimrc\n    $ copy vimfiles\\addons\\curl.exe C:\\WINDOWS\\system32\n    $ copy vimfiles\\addons\\libeay32.dll C:\\WINDOWS\\system32\n    $ copy vimfiles\\addons\\gvimfullscreen.dll vim73\n    $ copy vimfiles\\addons\\vimtweak.dll vim73\n    $ copy vimfiles\\addons\\validate-css.bat C:\\WINDOWS\\system32\n    $ copy vimfiles\\addons\\validate-html.bat C:\\WINDOWS\\system32\n\n*注意：*\n- 上面的 .sysrc_sample.vim 和 sysrc_sample.vim 的内容参考对应的范例文件。\n- vim73 目录请以你的 Vim 实际版本为准。\n- for Windows 的 \"C:\\Program Files\\Vim\" 是你的 Vim 实际安装目录。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzencodex%2Fvimconf-win","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzencodex%2Fvimconf-win","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzencodex%2Fvimconf-win/lists"}