{"id":29630972,"url":"https://github.com/vaxowt/vimrc","last_synced_at":"2025-07-21T11:07:46.235Z","repository":{"id":304474206,"uuid":"901951498","full_name":"vaxowt/vimrc","owner":"vaxowt","description":"My Vim Configuration","archived":false,"fork":false,"pushed_at":"2025-07-13T09:34:29.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T11:34:55.618Z","etag":null,"topics":["vim","vim-configuration","vimrc"],"latest_commit_sha":null,"homepage":"","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/vaxowt.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,"zenodo":null}},"created_at":"2024-12-11T16:09:53.000Z","updated_at":"2025-07-13T09:34:33.000Z","dependencies_parsed_at":"2025-07-13T11:34:58.519Z","dependency_job_id":"9ae7bd4b-2185-4dc4-9596-2c9f967c760a","html_url":"https://github.com/vaxowt/vimrc","commit_stats":null,"previous_names":["vaxowt/vimrc"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/vaxowt/vimrc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaxowt%2Fvimrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaxowt%2Fvimrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaxowt%2Fvimrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaxowt%2Fvimrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vaxowt","download_url":"https://codeload.github.com/vaxowt/vimrc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaxowt%2Fvimrc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266287824,"owners_count":23905461,"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","vim-configuration","vimrc"],"created_at":"2025-07-21T11:07:45.589Z","updated_at":"2025-07-21T11:07:46.227Z","avatar_url":"https://github.com/vaxowt.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vim 配置\n\n## 使用方法\n\n将 `vim` 复制到 `$XDG_CONFIG_HOME`\n\n为了让 Vim 遵守 XDG 规范，设置环境变量：\n\n```bash\nexport GVIMINIT='let $MYGVIMRC = !has(\"nvim\") ? \"$XDG_CONFIG_HOME/vim/gvimrc\" : \"$XDG_CONFIG_HOME/nvim/init.lua\" | so $MYGVIMRC'\nexport VIMINIT='let $MYVIMRC = !has(\"nvim\") ? \"$XDG_CONFIG_HOME/vim/vimrc\" : \"$XDG_CONFIG_HOME/nvim/init.lua\" | so $MYVIMRC'\n```\n\n安装插件管理器 `vim-plug`：\n\n```bash\ncurl -fLo \"${XDG_CONFIG_HOME}/vim/autoload/plug.vim\" --create-dirs \\\n    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\n```\n\n打开 `vim`，安装插件：\n\n```vim\n:PlugInstall\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaxowt%2Fvimrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaxowt%2Fvimrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaxowt%2Fvimrc/lists"}